I am creating a DTS package in which I need to create as many excel files using DTS as there are business units in my SQL table. This table has other columns for emplid, emplname and managername. I need to figure out how business units can be used to separate data into different tables and then use DTS to create excel files based on the different business units. I need to be able to loop through the entire table and then move to next table when one Business unit is done without hardcoding the name of the business unit.