Using SSIS to write to a Fixed Width FlatFile

  • Thanks for the suggestion. I ended up cheating. I used a SQL statement, and some unions, to just put it in 3 large columns, all that were the correct length. so

    select '00000 33333 33'

    union

    select '00 99 555'

    union

    select '66 44 22 11'

    something like that, it's kind of cheating, but it worked.

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply