Package Deployment (Integration Services)
SQL Server Integration Services includes tools and wizards that make it simple to deploy packages from the development computer to the production server or to other computers.
Note
To become better acquainted with the concepts explained in this section, see Tutorial: Deploying Packages.
There are four steps in the package deployment process:
The first optional step is optional and involves creating package configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.
The second step is to build the Integration Services project to create a package deployment utility. The deployment utility for the project contains the packages that you want to deploy
The third step is to copy the deployment folder that was created when you built the Integration Services project to the target computer.
The fourth step is to run, on the target computer, the Package Installation Wizard to install the packages to the file system or to an instance of SQL Server.
In This Section
Package Configurations
Describes package configurations.Creating Package Configurations
Describes how to create and manage package configurations.Creating a Deployment Utility
Describes how to build a deployment utility.Deploying Packages by Using the Deployment Utility
Describes how to install packages by using the deployment utility.Redeploying Packages
Describes how to redeploy updated packages.Package Deployment How-to Topics (Integration Services)
Lists the how-to topics used to create and deploy packages.Tutorial: Deploying Packages
Provides lessons that teach you how to prepare to deploy packages, create a deployment bundle that you use to install packages, and install packages.
|