September 9, 2010 at 8:36 am
I'm working on some SSIS packages. The data is extracted by years loaded into a table - each year is processed separately.
Part of the data extraction utilizes dynamic sql to create a table that has the year as part of some of the column names.
How do I set up the Excel Destination in the data flow task to have dynamic column names?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 9, 2010 at 1:53 pm
WayneS (9/9/2010)
I'm working on some SSIS packages. The data is extracted by years loaded into a table - each year is processed separately.Part of the data extraction utilizes dynamic sql to create a table that has the year as part of some of the column names.
How do I set up the Excel Destination in the data flow task to have dynamic column names?
Hi Wayne,
The standard Data Flow Task pipeline is static at runtime. There is no way to change the columns dynamically. If you can use third-party solutions, check the commercial CozyRoc Data Flow Task Plus. One of the features is support for dynamic source and destination columns at runtime. We have posed a video which demonstrates the feature.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply