views:

151

answers:

1

Does anyone have any advice or techniques for deploying SSIS packages to the Integration services database.

Basically I maintain a number of SSIS packages that need to get deployed to several environments (dev, test and production), there is a need to change the individual database connections as well.

I would like to automate the process of deploying them to these environments, so it can be included in a full application deployment that can be done by the server admins.

A: 

I came up with a method for configuring packages for different environments using a single SQL Server configuration table (assuming all environments can connect to the configuration server).

http://www.sqlservercentral.com/articles/SSIS/66426/