Hi Team,
1. Have 20 tables in my database.
2. In one table having two reference keys (empId,SubCatID) with associated with remain 19 tables.
3. Each table have primary key
4. Want to load data row by row in each table
for example:
Have one record as empId=1. Want to load this record into table2,table3...table20.
after that empId=2 process to load table 2 to 20.
If it is possible using SSIS foreach loop container, please help on same
Thanks Bala Narasimha