Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ksql32
Starting Member
15 Posts |
Posted - 2008-07-29 : 15:31:09
|
| I have to pull data from a mysql db into mssql. One of the large text fields was originally html, and I need to strip that out either when selecting the data from mysql or when inserting into the new db. The query itself is a simple select otherwise - select id, notes from emailI can't overwrite the old data with a replace statement. In fact, I can't do anything to change the old data. I just need that data ported over to mssql.Thx |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-30 : 01:44:20
|
| what you need to strip from field? html tags? |
 |
|
|
|
|
|