IMSports-ETL
IMSports-ETL copied to clipboard
ETL process for creating a Data Warehouse using SQL Server (SSIS and SSMS). Project based on the AdventureWorks dataset.
Results
1
IMSports-ETL issues
Sort by
recently updated
recently updated
newest added
Which version of AdventureWorks does this work with? 2017 2012 etc. i.e. file Stg_DimCustomer.sql has statement INSERT INTO ##tempCustomer SELECT Sales.Client.CustomerID, Sales.Client.PersonID, People.PersonDetails.DemographicInfo, Sales.Client.StoreID, Sales.Store.Demographics FROM Sales.Client LEFT JOIN People.PersonDetails...