Omid Golban
2010-01-14 19:05:01 UTC
Good morning
I am creating our first cube in our relational data warehouse. We are just
learning SASS and will not be moving this to SASS for a while. We are
following the Kimball books for creating facts & dimensions.
Following Kimball's suggestion for role playing dimensions (example: Date):
Should I create a view for each of the date dimensions in the relational
database? i.e. Should I create views called
PolicySubmitDate
PolicyApproveDate
PolicyEffectiveDate
PolicyExpirationDate
... other date dimensions
How would I create a FK from our Policy fact table to each of these views?
Thank you,
Omid
I am creating our first cube in our relational data warehouse. We are just
learning SASS and will not be moving this to SASS for a while. We are
following the Kimball books for creating facts & dimensions.
Following Kimball's suggestion for role playing dimensions (example: Date):
Should I create a view for each of the date dimensions in the relational
database? i.e. Should I create views called
PolicySubmitDate
PolicyApproveDate
PolicyEffectiveDate
PolicyExpirationDate
... other date dimensions
How would I create a FK from our Policy fact table to each of these views?
Thank you,
Omid