Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: char(10) and char(13)

    Using:

    replace( replace(CAST(FieldName AS NVarchar(MAX)), char(13), ''), char(10), '')

    Still experiencing column alignment issues when exporting to excel (?) Please what format can I use to avoid this?

Viewing post 1 (of 1 total)