In relation to Need to convert Text field to Varchar temporarily so that I can pass to a stored procedure
I've tried the cast, but I still get a surviving CRLF that plays havoc with my system. There is no way I can alter anything on the client, I can't even CREATE FUNCTION. I am as such not meant to alter anything on the client side, so that is all good.
Is there a way for me to remove any and all CRLF, Tabulator and other likewise ascii codes from the text field as part of a SELECT FROM script?
As far as I'm allowed to inquire the database is a SQL Server 11.0.2100