I need to replace all iframe tags, stored as nvarchar in my database. I can find the entries using the following sql-question:
SELECT * FROM databasename..Ve
Update database and Set fieldName=Replace (fieldName,'FindString','ReplaceString')