SSIS Remove redundancy

version 1.0 | windows

Name: SSIS Remove redundancy
Version: 1.0
Size: 5.03 KB
Category: Databases Tools
License: Free
Released: 2010-04-20
Developer: Sql Lion
Downloads: 612
Rate this software:
SSIS Remove redundancy, download SSIS Remove redundancy for windows, SSIS Remove redundancy free download
free download windows SSIS Remove redundancy, SSIS Remove redundancy windows download, exe file SSIS Remove redundancy windows
SSIS Remove redundancy 1.0 free download, SSIS Remove redundancy latest version download, download SSIS Remove redundancy 1.0 free
download SSIS Remove redundancy
zip | 5.03 KB
SSIS Remove redundancy Sql Lion, download SSIS Remove redundancy by Sql Lion, free download SSIS Remove redundancy 1.0
download SSIS Remove redundancy latest version by Sql Lion,SSIS Remove redundancy Free version
SSIS Remove redundancy setup, download SSIS Remove redundancy offline installer, download SSIS Remove redundancy for free
Description
Here comes one more challenging yet interesting topic to tide over. The requirement goes something like this: You have some sources, let it be some sales data or some Call center data coming from different sources. Data can be of different media. But you are able to load it in your staging tables i.e. one staging database you are maintaining like StageDB for storing these incremental data.
So, here we have both master i.e. Dimensional data and Detail i.e. Fact data in our stage database. But before processing further and loading it into our Mart or Data warehouse, we need to check if there is any redundancy at the row level for each of these tables in the staging database. Here comes the main problem, what if you don't know how many tables are there in the staging database and how many columns are there for each table in the staging database but still you have to keep only unique records for each table.
This means there must be some mechanism to deal with this problem dynamically, i.e.
It has to detect the number of tables for the StageDB database.
It has to detect all the columns for each table in the StageDB database.
It has to detect only the redundant records for each table in the StageDB database.
Screenshots