Saturday, July 26, 2008


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.

0 comments: