After tables have been created in SQL Server, is there a quick method to copy that structure into the output of a script? I am trying to avoid creating the table structure twice... thanks.
-r
Clarification...
The output columns are in a Data Flow task -> Script Component -> Output -> Output Columns -> Columns(n). I am currently constructing the tables column-by-column in SSIS to mimic those in SQL Server.