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
Try the Export Data Wizard in SSMS.
Right-click on the database-->Tasks-->Export Data...
-Jamie
|||Hi, Jamie,
I have to make it as part of my SSIS packages. Is there a way to do it within SSIS?
Thanks
|||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
|||Can you elaborate how the FF destination does not let you have more than 84 columns?
No comments:
Post a Comment