|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Global search and replace in SQL Server with data type ntextHello,
I want to do a global search and replace in my SQL database where the data type could also be "ntext". I did find the code which works for (char, vachar, nchar, nvachar) Thank you for your help regards Hi,
i had the same problem .. i.e. search and replace on a ntext column... The code in the following article works a treat. http://www.aspfaq.com/show.asp?id=2445 hth.. Caroline. msnews.microsoft.com wrote: Show quote > Hello, > I want to do a global search and replace in my SQL database where the data > type could also be "ntext". I did find the code which works for (char, > vachar, nchar, nvachar) > > Thank you for your help > regards
Other interesting topics
|
|||||||||||||||||||||||