we have a third party DB that creates a table for every new group added.
ex group1 will have a table clmsgroup1
group2 will have a table clmsgroup2
etc
all these tables in this database have the same column layout.
how do I create a ssis package use a list of table names as a var? ( to load data from third party DB into SQL)
these table are listed in the linkserver.
or are views (using the linkserver)
I tried to create an ssis package with a loop but I can't get the ssis package to compile without complaining about the ? used in the select * from ? statement.
this is the only thing I can't figure out. I need to send the table name as a var and have the select use that name.
TIA
Tim
ex group1 will have a table clmsgroup1
group2 will have a table clmsgroup2
etc
all these tables in this database have the same column layout.
how do I create a ssis package use a list of table names as a var? ( to load data from third party DB into SQL)
these table are listed in the linkserver.
or are views (using the linkserver)
I tried to create an ssis package with a loop but I can't get the ssis package to compile without complaining about the ? used in the select * from ? statement.
this is the only thing I can't figure out. I need to send the table name as a var and have the select use that name.
TIA
Tim