-
Recent Posts
Categories
Meta
Tag Archives: REPLACE
Remove Characters in String T-SQL with No Loop
Ok, I’ve seen many ways to do this using loops, but nothing in plain T-SQL Let’s say we have a string that may contain illegal characters, in my case it was project identifiers that needed to be used as file … Continue reading
Posted in Programming
Tagged Character Replacement, REPLACE, sql, sql server, string manipulation, t-sql, without loop
Leave a comment