Deploying Integration Services Packages

SQL Server 2005 Integration Services (SSIS) includes tools and wizards for deploying packages.

You deploy Integration Services packages by building a deployment utility for the project that contains the packages you want to deploy, and then running the Package Installation Wizard to install the packages to the file system or to an instance of SQL Server 2005.

Before you build a deployment utility for the packages, you can create package configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.

Books Online includes the Deploying Packages Tutorial, which has lessons that teach you how to prepare to deploy packages, create a deployment bundle that you use to install packages, and install packages. For more information, see Deploying Packages Tutorial.

In This Section

Topic Description

Package Configurations

Describes package configurations.

Creating Package Configurations

Describes how to create and manage package configurations.

Deployment of Packages

Describes how to build a deployment utility and install packages.

Redeployment of Packages

Describes how to redeploy updated packages.

See Also

Other Resources

Designing and Creating Integration Services Packages

Help and Information

Getting SQL Server 2005 Assistance