I am new to SSIS and creating package for IDL (incremental data load) for multiple tables.
My package has Execute SQL TASK and it is working when I set value of variable from script task But when I try to set value of variable from script task for data flow (oldedb source ) It is not working e.g
My SSIS package:
Foreachloop container
Script task to loop through schema for table and set SourceTable=TableName.
- oledb source (use SourceTable)
- lookup (Lookup no match out put)
- Oldedb destination
Any idea why??

