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
I would consider writing a CLR replace function with RegEx support for this kind of string manipulation.