I'm trying to load data into my fact table using SSIS. For this purpose I need to create lookup for each dimensional table to map primary/foreign keys. But the problem is that my source datafile for fact table doesn't contain columns for foreign keys. My destination fact table contains foreign key columns and some other columns. But the source data does contain other columns but not the foreign key columns. How can I create these columns in order to map them to primary key columns of dimensional tables in Lookup?
INSERT ... SELECTorMERGE. - David Browne - Microsoft