Best practice to Load Fact table in MS SSIS

Saboor Awan picture Saboor Awan · Jun 13, 2011 · Viewed 9.1k times · Source

I am new to SSIS in data warehouse. I am using Microsoft business intelligence studio.

I have 5 Dimensions each having some PK. I have a Fact table that contains all the PK of Dimensions, means their is a foreign key relationship exist ( as in star schema).

Now what is the best practice to load the fact table.

What i have done is write a cross join query between 5 Dimensions and the resultant set is dumped to the fact table. But i don't think this is a good practice.

I am completely new to MS SSIS. so plz describe suggestions in detail.

thanks

Answer

Damir Sudarevic picture Damir Sudarevic · Jun 13, 2011

Take a look at Microsoft Project Real examples. Also get a Kimball book and read-up on loading fact tables -- the topic covers several chapters.