Can someone give me the code to find and replace text in the Description field please.
I have tried update dbo.Product set Description = replace(Description, ‘!’, ‘ ’) but that comes up with an error message.
Obviously, I'm trying to replace ! with blank space or just remove it completely.
Thank you!