stocktondesigns
Technical User
I have a table in our SQL database that has a bunch of hacker URL's appended to about 80,000 rows. I would like to go into each row and erase the offending characters, maintaining my originally entered data. My current approach is to do a search/replace with the table open, however, this is taking a really long time. Is there a faster way to execute this kind of cleanup? It's the same value in every record in about 3 or 4 fields.
I'd truly appreciate any help.
I'd truly appreciate any help.