I have Customer dimension table and a fact table with cust_to_ship_key and cust_to_bill_key. How do I get the corresponding customer names?
Create an Alias table for Customer dimension table. Join the cust_to_ship_key with a customer key of Actual customer table and join the cust_to_bill_key with customer key of the Alias.
What are strategies?
A strategy is a script that automatically extracts structural information from a database or flat file.
Saturday, July 26, 2008
Posted by DataWarehousing Experts at 2:42 PM
Labels: Strategies
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment