Quick Tip to find and replace text in a database: update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
Join the discussion One Comment