You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration-services/packages/deploy-integration-services-ssis-projects-and-packages.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ ms.workload: "Active"
30
30
For more information about the legacy package deployment model, see [Legacy Package Deployment (SSIS)](../../integration-services/packages/legacy-package-deployment-ssis.md).
31
31
32
32
> [!NOTE]
33
-
> The project deployment model was introduced in [!INCLUDE[ssISversion11](../../includes/ssisversion11-md.md)]. If you used this model, you were not able to deploy one or more packages without deploying the whole project. The [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] introduced the Incremental Package Deployment feature that allows you to deploy one or more packages without deploying the whole project.
33
+
> The project deployment model was introduced in [!INCLUDE[ssISversion11](../../includes/ssisversion11-md.md)]. If you used this model, you were not able to deploy one or more packages without deploying the whole project. The [!INCLUDE[ssISversion13](../../includes/ssisversion13-md.md)] introduced the Incremental Package Deployment feature that allows you to deploy one or more packages without deploying the whole project.
34
34
35
35
## Compare Project Deployment Model and legacy Package Deployment Model
36
36
The type of deployment model that you choose for a project determines which development and administrative options are available for that project. The following table shows the differences and similarities between using the project deployment model and using the package deployment model.
@@ -49,7 +49,7 @@ For more information about the legacy package deployment model, see [Legacy Pack
49
49
|Packages are run in a separate Windows process.|Packages are run in a separate Windows process.|
50
50
|SQL Server Agent is used to schedule package execution.|SQL Server Agent is used to schedule package execution.|
51
51
52
-
The project deployment model was introduced in [!INCLUDE[ssISversion11](../../includes/ssisversion11-md.md)]. If you used this model, you were not able to deploy one or more packages without deploying the whole project. The [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] introduced the Incremental Package Deployment feature that allows you to deploy one or more packages without deploying the whole project.
52
+
The project deployment model was introduced in [!INCLUDE[ssISversion11](../../includes/ssisversion11-md.md)]. If you used this model, you were not able to deploy one or more packages without deploying the whole project. The [!INCLUDE[ssISversion13](../../includes/ssisversion13-md.md)] introduced the Incremental Package Deployment feature that allows you to deploy one or more packages without deploying the whole project.
53
53
54
54
## Features of Project Deployment Model
55
55
The following table lists the features that are available to projects developed only for the project deployment model.
@@ -98,7 +98,7 @@ For more info about the error described in this section and about the permission
98
98
99
99
2. Convert the project to the project deployment model by running the **Integration Services Project Conversion Wizard** . For more information, see the instructions below: [To convert a project to the project deployment model](#convert)
100
100
101
-
- If you created the project in [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)], by default the project uses the project deployment model.
101
+
- If you created the project in [!INCLUDE[ssISversion12](../../includes/ssisversion12-md.md)] or later, by default the project uses the project deployment model.
102
102
103
103
- If you created the project in an earlier release of [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)], after you open the project file in [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)], convert the project to the project deployment model.
104
104
@@ -152,7 +152,7 @@ For more info about the error described in this section and about the permission
152
152
3. Complete the wizard.
153
153
154
154
## Deploy Packages to Integration Services Server
155
-
The Incremental Package Deployment feature introduced in [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] lets you deploy one or more packages to an existing or new project without deploying the whole project.
155
+
The Incremental Package Deployment feature introduced in [!INCLUDE[ssISversion13](../../includes/ssisversion13-md.md)] lets you deploy one or more packages to an existing or new project without deploying the whole project.
156
156
157
157
### <aname="DeployWizard"></a> Deploy packages by using the Integration Services Deployment Wizard
0 commit comments