Nearly everything I read tells me to use integer surrogate keys for the dimension tables, combine all surrogate keys as the composite primary key in...
I have a factSales table and a dimCustomer table (among others); all my data is coming from a single OLTP SQL Server db. When loading data do I parse...
I have three tables that I want to link for a many to many relationship: sales: Type, int, PK Cust, int, PK Order, int, PK .... Order: Order, int,...
Separate names with a comma.