You have single attribute in the FACT table that is effectively a smart
key to 4 dimensions?
How then do you pivot on values?
How do users add dimensions/hierarchies/levels to an axis?
If that is the way you have it then you can use Lookups to retrieve the
dimension key values and then use a Derived Column Transform to generate
the smart key
Allan
"AKaramatullah (AT) gmail (DOT) com" <AKaramatullah (AT) gmail (DOT) com> wrote
Quote:
I'm new to SQL DTS services. Am trying to build a test data warehouse
on SQL Server 2005 and I have 4 dimensions and a fact table. The
dimensions contain auto generated keys. In the fact table, there's a
single field that depends on the combination of the foreign keys that
come from the dimensions.
I can't figure out a way to populate the fact table. Any help in this
regard will be greatly appreciated. |