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
I would echo @Damir’s points about Project Real and Kimball. I am a fan of both.
I guess to give you some more thoughts, to answer your question,
Other general things you should consider (not related to your question, but if yo uare stating out you should consider)