Need dump 200 columns to a flat file

All,

I need to dump a table with more than 200 columns to a flat file. I tired in SSIS with the flat file destination, but it only allows 84 columns. What should I do if I want to dump all the columns to a text or cvs file.

Thanks in advance



Answer this question

Need dump 200 columns to a flat file

  • Jupiter13

    Yeah absolutely. Why not take the package constructed by the wizard and either:

    1) Build your additional requirements into that package or

    2) Copy and paste the objects from the wizard-created package into the package that you are trying to build.

    -Jamie



  • Epete05

    Try the Export Data Wizard in SSMS.

    Right-click on the database-->Tasks-->Export Data...

    -Jamie



  • Simplefi

    Can you elaborate how the FF destination does not let you have more than 84 columns

  • Boozy

    Hi, Jamie,

    I have to make it as part of my SSIS packages. Is there a way to do it within SSIS

    Thanks


  • Need dump 200 columns to a flat file