Many of us have already met the requirement where we have to clean up a string from some special characters. Let's say we need to remove a set of characters like this: Without an ugly custom function ...
Ok, I'm trying to write a query in a stored procedure in SQL Server 2000. Because some of the parts of the query vary based on certain situations I construct a string that contains the query and then ...