When I try it, I get:
Server: Msg 195, Level 15, State 10, Line 3
'chr' is not a recognized function name.
Another way to find it is
select * from tablename
where columnname like '%
%'
The % are on different lines to capture the hard return. I need to replace the hard returns in my varchar column with a space. Any advice on doing that?