SSIS populating cross reference table
问题 Destination tables look like this: Source table look like this: Customer CustomerId FirstName LastName Email Address1 Address2 City Zip Person table in destination is a base table (which will later be inherited by new customer table). So I am trying to export a row from one table and populate 3 tables in destination. I managed to do this in following way: Get records from source table (Customer) Create empty AddressId field Populate Address table using OLE DB Command task (it calls stored