I am developing a SSIS package, it has a data flow task which performs the job of getting data from a SQL Query and Inserting it into a SQL Table, below attributes are obtained from user defined variables which in turn get values from a SQL Server table, and the data flow task is in a for each loop to execute all the records from the table.
- Source Connection
- Source Query
- Destination Connection
- Destination Table
Metadata is not getting refreshed for new connections/Queries/Destination Table, is there a way this can be handled at run-time automatically ?