Hi All,
I'm trying to find and replace all instances of 'this phrase' with 'that phrase' in an xml type column using T-SQL.
The xml column contains fields that are more than 8000 characters long.
I tried using the Replace
function but it doesn't like the XML data type, and the data can't be squeezed into a varchar.
Phil