Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I am using the following systax to clean a notes field, however there still appears to be some non-printable characters in the field. Can you advise on how to get rid of these please ?SUBSTRING(REPLACE(REPLACE(REPLACE(CANDIDATE.Notes, CHAR(10), ''),CHAR(13),''),',', ''),1,300) as Notes1Thanks in advance