Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vinodhg25
Starting Member
7 Posts |
Posted - 2014-01-20 : 06:30:04
|
i got table names by using script task. I need to pass this table name as oledb source input in ssis. How can i do this ... |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2014-01-20 : 06:52:36
|
Populate a SSIS variable with table name value. Then in oledb source choose the SQL command mode as table name or view name from variable and choose the variable containing table name.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|