I have two tables, Parameter table and details table. parameter table has list of units and details tables contains multiple rows for each unit.
I have to create Unit wise excel from my details tables. how can i do this using SSIS. How to loop the above two tables to generate excel unitwise.
Thanks in advance.
Vijayraj.