elvisboats
2008-11-24 18:57:36 UTC
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.
The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.
The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?