Thank this author by sharing:
By Harsha Majety, 2011/04/28
Replace [TextField] with your text/varchar column/variable
REPLACE(REPLACE(REPLACE([TextField], CHAR(9), ''), CHAR(10), ''), CHAR(13), '')
Useful when you want to compare strings and want to diregard tabs and new lines.
How to replace a value
Replacing data
SQL Server 2005 Quick Replace
entire table replace ""
Need Help in REPLACE
As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.
Join us!
Steve Jones Editor, SQLServerCentral.com