Tag Archives: SSIS Framework

Meta Database – SSIS Configurations Table and Framework Configurations

Ok, so this is not like the rest of the descriptions.  It is simply about the SSIS Config table, which is actually in the dbo namespace.  About the only thing different from the "stock" SSISConfiguraitons table is that I have … Continue reading

Posted in SSIS | Tagged , , | Leave a comment

Meta Database – Control Tables

The control tables within the meta database will not be uniform across the various instances running this framework.  I envision this schema being used for the various job processing tables that direct workflow, enumerate list items, or other general information … Continue reading

Posted in SSIS | Tagged , | Leave a comment

Meta Database – Data Quality

The Data Quality tables of the META database are used to store the screens used to identify records or tables which fail a data quality check.  These tables are further used to store each of these failure occurrences and the … Continue reading

Posted in SSIS | Tagged , | Leave a comment

Meta Database – Audit Tables

The Audit tables in the META database are used to track the statistics of package executions.  Packages The Packages table stores information relating to the package name and versions which are executing.  The packages table has one record per package … Continue reading

Posted in SSIS | Tagged , | Leave a comment

Meta Database – Data Dictionary

The Data Dictionary is a set of tables used to describe other tables.  In this case, I have split the data dictionary into three tables: TableDictionary, ColumnDictionary and LogicalDataMap.  TableDictionary The table dictionary is used to describe data about the … Continue reading

Posted in SSIS | Tagged , | 2 Comments

Meta Database

During the next few weeks I will be posting articles relating to the Meta Database.  This database is used to house information relating to the following topics: Data Dictionary – A repository of information which describes the tables,  views and … Continue reading

Posted in SSIS | Tagged , | Leave a comment