-
Book Overview & Buying
-
Table Of Contents
Microsoft SQL Server 2012 Integration Services: An Expert Cookbook
There is a legacy Deployment Model, which is the Package Deployment Model. The Package Deployment Model is completely based on packages instead of projects. So each package deploys independently and there is no advantage to having all packages in one project for deployment purposes.
Package Deployment Model was the only deployment model for SSIS 2005 and 2008. As we discussed earlier, the Project Deployment Model is much better for a project environment, but as we are working legacy models with SSDT, we should know how to deploy in legacy model.
In this recipe, first we convert a project to Package Deployment Model, and then we deploy the child package with SSDT.
Convert the project to the Package Deployment Model:
Create a project and name it R03_Package Deployment Model.
Remove the package.dtsx file and copy P02_Child.dtsx from the R01_Deployment from SSDT project to this one.
Right-click on the project name in Solution...
Change the font size
Change margin width
Change background colour