Scenario: I'm loading data from 7 databases using dynamic connection string in for loop container. Database schema is same in all databases. At destination I have created 7 tables with 7 database names (data is loading from) to load dirty data in thier corresponding table.
Question: How do I make sure that dirty data for a specific DB is loaded in its corresponding table at destination DB. I want to do this dynamically.
Any help is appreciated.