I have a table that contains a column with datatype text. I would like
to search through every row in the table and find a string of
characters in the text column and replace it. Unfortunately, the SQL
Server I am working with does not have full-text indexing installed
(nor can it be installed). Can anyone show me how to best accomplish
this?
Thank you!
to search through every row in the table and find a string of
characters in the text column and replace it. Unfortunately, the SQL
Server I am working with does not have full-text indexing installed
(nor can it be installed). Can anyone show me how to best accomplish
this?
Thank you!
Comment