I want to populate a fact table (dbo.FactResellerSales) in AdventureworkDW in SQL server 2005 from data in adventureworks and data in dimensions in AdventureworkDW. How should I go about populating measures in the fact table?
I want to populate a fact table (dbo.FactResellerSales) in AdventureworkDW in SQL server 2005 from data in adventureworks and data in dimensions in AdventureworkDW. How should I go about populating measures in the fact table?