Framework calls in EP_Staging.dtsx

This section of the book introduces an ETL framework. The purposes of such a framework are the following:

  • Store execution statistics outside the SSIS catalog: although the Microsoft SSIS team always enhances catalog performance, keeping all execution data in the catalog will degrade catalog performance.
  • Align the data in such a way to be able to do some analytics on the execution data. In that case, think of the framework as an SSIS package execution data warehouse.

The following diagram is the ER diagram of the framework tables. These tables are stored in the SystemLog schema:

Here's the table list and ...

Get SQL Server 2017 Integration Services Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.