stamic
SSC Eights!
Points: 867
More actions
November 11, 2009 at 9:08 am
#136903
Hello, I would like to know the best strategy for removing carriage returns from a field during an export to file. Any ideas? Thanks
Carol Adams
SSCrazy
Points: 2320
November 11, 2009 at 12:40 pm
#1077996
replace(convert(varchar(8000),sv_inq_txt.inquiry_txt),char(13)+char(10),'
')
In the above, I replaced CR/LF with
....change '
' to ''
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply