Deploying and Configuring SSIS Packages
Deploying and Configuring SSIS Packages
Deploying and Configuring SSIS Packages
• Storage
• MSDB
• File System
• Package Configurations
• Property values to be set dynamically at run
time
• Package Deployment Utility
• Generate all required files for easier
deployment
Project Deployment Model
• Pre-requisites
• 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 that can be mapped to
project parameters and connection manager properties
at run time
Deploying an SSIS Project
• SSIS Package
• SQL Server Agent Job
Where to Handle Logging
• SSIS
• SQL Server Agent Job
Combining SSIS Tasks with Other Tasks
• Review Question(s)