2000 DTS remove carriage returns during export to file

  • Hello, I would like to know the best strategy for removing carriage returns from a field during an export to file. Any ideas? Thanks

  • 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