SQL query to remove script tags from table column data
I have a table A with a few columns; Name and Description store string data and are of type nvarchar(250) and nvarchar(max). Is there a way to clean up the faulty data in these columns to remove the script…