Skip to content

Commit 7d36651

Browse files
authored
Merge pull request #183 from csrowell/patch-2
fix references to various SSIS versions
2 parents 0658445 + c9731fa commit 7d36651

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/includes/ssisversion12-md.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SQL Server 2014 Integration Services (SSIS)

docs/includes/ssisversion13-md.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SQL Server 2016 Integration Services (SSIS)

docs/integration-services/packages/deploy-integration-services-ssis-projects-and-packages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ms.workload: "Active"
3030
For more information about the legacy package deployment model, see [Legacy Package Deployment (SSIS)](../../integration-services/packages/legacy-package-deployment-ssis.md).
3131

3232
> [!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.
3434
3535
## Compare Project Deployment Model and legacy Package Deployment Model
3636
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
4949
|Packages are run in a separate Windows process.|Packages are run in a separate Windows process.|
5050
|SQL Server Agent is used to schedule package execution.|SQL Server Agent is used to schedule package execution.|
5151

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.
5353

5454
## Features of Project Deployment Model
5555
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
9898

9999
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)
100100

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.
102102

103103
- 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.
104104

@@ -152,7 +152,7 @@ For more info about the error described in this section and about the permission
152152
3. Complete the wizard.
153153

154154
## 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.
156156

157157
### <a name="DeployWizard"></a> Deploy packages by using the Integration Services Deployment Wizard
158158

0 commit comments

Comments
 (0)