A、 Use a Lookup Transformation in each of the child table data flows to find the EmployeeID based on first name and last name.
B、 Store the EmployeeID values in SSIS variables and use the variables to populate the FK columns in each of the child tables.
C、 After the Employee table is loaded, write the data to a Raw File Destination and use the raw file as a source for each of the subsequent Data Flows.
D、 After the Employee table is loaded, write the data to a Flat File Destination and use the flat file as a source for each of the subsequent Data Flows.