Deploying and Configuring SSIS Packages
Deploying and Configuring SSIS Packages
• Storage
• SSISDB
• File System
• Package Configurations
• Property values to be set dynamically at run time
• Prerequisites
• SQL Server 2012 or later
• SQL CLR enabled
• Creating a catalog
• Use SQL Server Management Studio
• One SSIS catalog per SQL Server instance
• Catalog Security
• Folder Security
• Object Security
• Catalog Encryption
• Sensitive Parameters
Environments and Variables
• Environments
• Execution contexts for projects
• Variables
• Environment-specific values
• Can be mapped to project parameters and connection manager
properties at run time
Deploying an SSIS Project
• Execution dependencies
• Some packages require others to have already run due
to data dependencies
Configuring Execution Context
• Review Question(s)