How is the Audit table helpful in DataWarehouse Development Cycle
How is the Audit table helpful in DataWarehouse Development Cycle? The answer looks obvious which is debugging the package but what kind of information is normally loaded into a Audit Table and how it...
View ArticleSurrogate keys and lookup Transformation in Developing Data Warehouse
Surrogate keys and lookup Transformation in Developing Data Warehouse: With conformed Dimensions approach, the Sk’s are created in when Dimensions are created by using Identity property (also can use...
View ArticleSetting up ForLoop to load CSV Files and Setting up Execute on error in SSIS
For loop can be used to setup a loop to selecting all CSV’s in particular location based on a pattern like C:App*.csv for all files starting with App in their name in C Drive root Folder. This can be...
View ArticleSQL Server Partitioned View vs Partition Table
SQL Server Partitioned View vs Partition Table Small Demo Code for Creating Partition Table Another Small Demo Code for Creating Partition View Now with below queries, we can find use of partitions in...
View ArticleSQL Server Analysis Services
SQL Server Analysis Services(SSAS) delivers online analytical processing(OLAP) with data mining functionality for business intelligence applications. Analysis Services supports OLAP by letting you...
View Article