Dynamic connection managers

  • Hi,

    I am designing a package to export staging tables into a flat file.

    The names of the tables will be: TableAStaging_YYYYMM and TableBStaging_YYYYMM. As you can see the names of the tables will be changing each month.

    The flat files will have similar naming: C:\MyPath\FlatFileTableAStaging__YYYYMM and C:\MyPath\FlatFileTableAStaging__YYYYMM.

    I want to run the package as an sql job in two steps, one for each table.

    I need to dynamically pass the table names and file names (together with the path) to the IS package.

    What would be the best way to do this?

    Thanks,

  • If you run the package using DTEXEC, you can change the connections at run time using a parameter (/CONN) - so that might work.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply