In my SSIS package, I have a DFT with an OLEDB source and OLEDB Destination. I have to load the records from the source to multiple destination tables. I am using SQL server Table Configuration in the package.
So In the configuration table I have multiple records to configure the destination connection with same ConfigurationFilter value.
Is it possible to do this using SQL server table configuration?