SSIS Master ETL Package Overview

Putting it all together is perhaps the easiest part of the ETL process because it involves simply using SSIS to coordinate the execution of the packages in the required order.
The best practice to do this is to use a master package that executes the child packages, leveraging the Execute Package Task. The determination of precedence is a matter of understanding the overall ETL and the primary-toforeign key relationships in the tables.
The following steps assume that you are building your solution using the project deployment model. With the project deployment model, you do not need to create connections to the other packages in the project. If you are instead deploying your packages to the file system, you need to create and configure File Connection Managers for each child package, as documented in SQL Server our Tutorial Online.
  1. Create a new package in your project called Master_ETL.dtsx.
  2. Drag an Execute Package Task from the SSIS Toolbox into the Control Flow.
  3. Double-click the Execute Package Task to open the task editor.
  4. On the Package property page, leave the ReferenceType property set to Project Reference. For the PackageNameFromProjectReference property, choose the ETL_DimSalesTerritory.dtsx package.
For more details about SSIS Master click: https://mindmajix.com/ssis/using-a-master-etl-package

Comments

Popular posts from this blog

Advanced Oracle Pl SQL Interview Questions 2018-Learn Now!

The Best AWS Interview Questions & Answers [UPDATED ... - Mindmajix

The Best Docker Interview Questions & Answers ... - Mindmajix