Viewing 2 posts - 1 through 2 (of 2 total)
Thank you so much for all of your replies. Sorry I'm not a SQL literate person so I can contribute a bit more. I'm just gonna have to...
April 14, 2008 at 8:50 am
#802109
Thank you!!
So, at this point
SET @i = (SELECT PATINDEX('%[^a-z^0-9^_-]%', @String))
I would change it to
SET @i = (SELECT PATINDEX('%htmltags', @String))
?
April 4, 2008 at 11:09 am
#798581