Sometimes experts skim over questions and may not answer them immediately It has been a few days though at this point.
It is true that if the tables contain different columns or data types, called metadata, the tables have to be explicitly created within a data source. A Data Flow Task will always contain a source, a destination and may contain transformations, all of which send data through the "pipeline". The pipeline always has to have a specific set of metadata assigned to it. It's done this way because of validation, which needs to know what the columns and data types are at design-time and run-time.
A Script Task can be used to create a data table that you can fill with the specific table you're looking for, and then it can write that data table out to a text file. A loop in the Script Task can loop over the tables needed. Unfortunately, that really negates the need to use SSIS at that point, unless other processing is going on that SSIS is needed for.
If you need any help with creating a Script Task for it, let me know.
Main Topics
Browse All Topics





by: vvkpPosted on 2009-10-12 at 08:40:08ID: 25552157
Interesting....no body answered my question and infact no body tried to answer...is this that much tough? Just wondering...