Skip to content

Commit 427455b

Browse files
committed
Update applies to label for SSIS.
1 parent 1d5d0bc commit 427455b

File tree

842 files changed

+842
-842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

842 files changed

+842
-842
lines changed

docs/integration-services/add-copy-of-existing-package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: chugu
1717
---
1818
# Add Copy of Existing Package
1919

20-
[!INCLUDE[ssis-appliesto](../includes/applies-to-version/sqlserver-ssis.md)]
20+
[!INCLUDE[sqlserver-ssis](../includes/applies-to-version/sqlserver-ssis.md)]
2121

2222

2323
Use the **Add Copy of Existing Package** dialog box to add a copy of a package stored in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], the file system, or the SSIS Package Store to an [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] project.

docs/integration-services/advanced-editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: chugu
1919
---
2020
# Advanced Editor
2121

22-
[!INCLUDE[ssis-appliesto](../includes/applies-to-version/sqlserver-ssis.md)]
22+
[!INCLUDE[sqlserver-ssis](../includes/applies-to-version/sqlserver-ssis.md)]
2323

2424

2525
Use the **Advanced Editor** dialog box to configure to configure properties for the selected [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] object.

docs/integration-services/attunity-connectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: chugu
1414
---
1515
# Microsoft Connectors for Oracle and Teradata by Attunity for Integration Services (SSIS)
1616

17-
[!INCLUDE[ssis-appliesto](../includes/applies-to-version/sqlserver-ssis.md)]
17+
[!INCLUDE[sqlserver-ssis](../includes/applies-to-version/sqlserver-ssis.md)]
1818

1919
> [!NOTE]
2020
> Atunity Connectors for Oracle and Teradata support SQL Server 2017 and below.

docs/integration-services/azure-feature-pack-for-integration-services-ssis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: chugu
1616
---
1717
# Azure Feature Pack for Integration Services (SSIS)
1818

19-
[!INCLUDE[ssis-appliesto](../includes/applies-to-version/sqlserver-ssis.md)]
19+
[!INCLUDE[sqlserver-ssis](../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

2222
SQL Server Integration Services (SSIS) Feature Pack for Azure is an extension that provides the components listed on this page for SSIS to connect to Azure services, transfer data between Azure and on-premises data sources, and process data stored in Azure.

docs/integration-services/building-packages-programmatically/adding-connections-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.author: chugu
2727
---
2828
# Adding Connections Programmatically
2929

30-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
30+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
3131

3232

3333
The <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager> class represents physical connections to external data sources. The <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager> class isolates the implementation details of the connection from the runtime. This enables the runtime to interact with each connection manager in a consistent and predictable manner. Connection managers contain a set of stock properties that all connections have in common, such as the <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager.Name%2A>, <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager.ID%2A>, <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager.Description%2A>, and <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager.ConnectionString%2A>. However, the <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager.ConnectionString%2A> and <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager.Name%2A> properties are ordinarily the only properties required to configure a connection manager. Unlike other programming paradigms, where connection classes expose methods such as **Open** or **Connect** to physically establish a connection to the data source, the run-time engine manages all the connections for the package while it runs.

docs/integration-services/building-packages-programmatically/adding-data-flow-components-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: chugu
2020
---
2121
# Adding Data Flow Components Programmatically
2222

23-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
23+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2424

2525

2626
When you build a data flow, you start by adding components. Then you configure those components and connect them together to establish the flow of data at run time. This section describes adding a component to the data flow task, creating the design-time instance of the component, and then configuring the component. For information about how to connect components, see [Connecting Data Flow Components Programmatically](../../integration-services/building-packages-programmatically/connecting-data-flow-components-programmatically.md).

docs/integration-services/building-packages-programmatically/adding-tasks-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: chugu
1919
---
2020
# Adding Tasks Programmatically
2121

22-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
22+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2323

2424

2525
Tasks can be added to the following types of objects in the run-time engine:

docs/integration-services/building-packages-programmatically/adding-the-data-flow-task-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: chugu
2121
---
2222
# Adding the Data Flow Task Programmatically
2323

24-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
24+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2525

2626

2727
[!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull-md.md)] includes a task called the Data Flow task, which is represented by the <xref:Microsoft.SqlServer.Dts.Pipeline.Wrapper> namespace in the object model. The Data Flow task is a specialized, high-performance task, dedicated to transforming and moving data during package execution. Like other tasks, the Data Flow task is wrapped by the <xref:Microsoft.SqlServer.Dts.Runtime.TaskHost> object, and from the perspective of the run-time engine, this task is just another task in the package. However, the data flow contains additional objects called data flow components. These components are the components that make data move from a source to a destination, sometimes through a transformation. The components define both the direction of movement and how data is transformed. Configuring the Data Flow task involves adding components to the task, and then connecting them to establish the flow of data and achieve the intended transformation.

docs/integration-services/building-packages-programmatically/building-packages-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: chugu
1313
---
1414
# Building Packages Programmatically
1515

16-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
16+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1717

1818

1919
If you need to create packages dynamically, or to manage and execute [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] packages outside the development environment, you can manipulate packages programmatically. In this approach, you have a continuous range of options:

docs/integration-services/building-packages-programmatically/connecting-data-flow-components-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: chugu
2121
---
2222
# Connecting Data Flow Components Programmatically
2323

24-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
24+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2525

2626

2727
After you have added components to the data flow task, you connect them to create an execution tree that represents the flow of data from sources through transformations to destinations. You use <xref:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100> objects to connect the components in the data flow.

docs/integration-services/building-packages-programmatically/connecting-tasks-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: chugu
2020
---
2121
# Connecting Tasks Programmatically
2222

23-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
23+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2424

2525

2626
A precedence constraint, represented in the object model by the <xref:Microsoft.SqlServer.Dts.Runtime.PrecedenceConstraint> class, establishes the order in which <xref:Microsoft.SqlServer.Dts.Runtime.Executable> objects run in a package. The precedence constraint allows the execution of the containers and tasks in a package to be dependent on the result of the execution of a previous task or container. Precedence constraints are established between pairs of <xref:Microsoft.SqlServer.Dts.Runtime.Executable> objects by calling the <xref:Microsoft.SqlServer.Dts.Runtime.PrecedenceConstraints.Add%2A> method of the <xref:Microsoft.SqlServer.Dts.Runtime.PrecedenceConstraints> collection on the container object. After you create a constraint between two executable objects, you set the <xref:Microsoft.SqlServer.Dts.Runtime.PrecedenceConstraint.Value%2A> property to establish the criteria for executing the second executable defined in the constraint.

docs/integration-services/building-packages-programmatically/creating-a-package-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: chugu
2121
---
2222
# Creating a Package Programmatically
2323

24-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
24+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2525

2626

2727
The <xref:Microsoft.SqlServer.Dts.Runtime.Package> object is the top-level container for all other objects in an [!INCLUDE[ssIS](../../includes/ssis-md.md)] project solution. As the top-level container, the package is the first object created, and subsequent objects are added to it, and then executed within the context of the package. The package itself does not move or transform data. The package relies on the tasks it contains to perform the work. Tasks perform most of the work performed by a package, and define the functionality of a package. A package is created and executed with just three lines of code, but various tasks and <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager> objects are added to give additional functionality to your package. This section discusses how to programmatically create a package. It does not provide information about how to create the tasks or the <xref:Microsoft.SqlServer.Dts.Runtime.ConnectionManager>. These are covered in later sections.

docs/integration-services/building-packages-programmatically/discovering-data-flow-components-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: chugu
2222
---
2323
# Discovering Data Flow Components Programmatically
2424

25-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
25+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2626

2727

2828
After you have added a data flow task to a package, your next step may be to determine what data flow components are available for your use. You can programmatically discover the data flow sources, transformations, and destinations that are installed and available on the local computer. For information about adding a data flow task to the package, see [Adding the Data Flow Task Programmatically](../../integration-services/building-packages-programmatically/adding-the-data-flow-task-programmatically.md).

docs/integration-services/building-packages-programmatically/enabling-logging-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.author: chugu
2626
---
2727
# Enabling Logging Programmatically
2828

29-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
29+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
3030

3131

3232
The run-time engine provides a collection of <xref:Microsoft.SqlServer.Dts.Runtime.LogProvider> objects that enable event-specific information to be captured during package validation and execution. <xref:Microsoft.SqlServer.Dts.Runtime.LogProvider> objects are available to <xref:Microsoft.SqlServer.Dts.Runtime.DtsContainer> objects, including the <xref:Microsoft.SqlServer.Dts.Runtime.TaskHost>, <xref:Microsoft.SqlServer.Dts.Runtime.Package>, <xref:Microsoft.SqlServer.Dts.Runtime.ForLoop>, and <xref:Microsoft.SqlServer.Dts.Runtime.ForEachLoop> objects. Logging is enabled on individual containers, or on the whole package.

docs/integration-services/building-packages-programmatically/handling-events-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.author: chugu
2727
---
2828
# Handling Events Programmatically
2929

30-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
30+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
3131

3232

3333
The [!INCLUDE[ssIS](../../includes/ssis-md.md)] runtime provides a collection of events that occur before, during, and after the validation and execution of a package. These events can be captured in two ways. The first method is by implementing the <xref:Microsoft.SqlServer.Dts.Runtime.IDTSEvents> interface in a class, and supplying the class as a parameter to the **Execute** and **Validate** methods of the package. The second method is by creating <xref:Microsoft.SqlServer.Dts.Runtime.DtsEventHandler> objects, which can contain other [!INCLUDE[ssIS](../../includes/ssis-md.md)] objects, such as tasks and loops, that are executed when an event in <xref:Microsoft.SqlServer.Dts.Runtime.IDTSEvents> occurs. This section describes these two methods and provides code examples to demonstrate their use.

docs/integration-services/building-packages-programmatically/saving-a-package-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: chugu
1616
---
1717
# Saving a Package Programmatically
1818

19-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
19+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

2222
After building a new package programmatically, or modifying an existing one, you usually want to save your changes.

docs/integration-services/building-packages-programmatically/selecting-input-columns-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: chugu
2424
---
2525
# Selecting Input Columns Programmatically
2626

27-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
27+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2828

2929

3030
After you have programmatically connected components, select the columns from upstream components that you will transform or pass through to downstream components. If you do not select input columns for your component, the component does not receive any rows from the data flow task.

docs/integration-services/building-packages-programmatically/working-with-variables-programmatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.author: chugu
2525
---
2626
# Working with Variables Programmatically
2727

28-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
28+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2929

3030

3131
Variables are a way to dynamically set values and control processes in packages, containers, tasks, and event handlers. Variables can also be used by precedence constraints to control the direction of the flow of data to different tasks. Variables have a variety of uses:

docs/integration-services/catalog/browse-all-principals-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: chugu
1515
---
1616
# Browse All Principals Dialog Box
1717

18-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
18+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1919

2020

2121
Use the **Browse All Principals** dialog box to select a database principal to change the principal's permissions on the selected project or on all projects contained in a selected folder.

docs/integration-services/catalog/configure-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: chugu
1717
---
1818
# Configure Dialog Box
1919

20-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
20+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2121

2222

2323
Use the **Configure** dialog box to configure parameters, connection managers, and references to environments, for packages and projects.

docs/integration-services/catalog/folder-properties-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: chugu
1717
---
1818
# Folder Properties Dialog Box
1919

20-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
20+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2121

2222

2323
A folder contains projects and environments in the **SSISDB** catalog. Each folder defines permissions that apply to the contents of the folder. For more information about [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] permissions, see [catalog.grant_permission &#40;SSISDB Database&#41;](../../integration-services/system-stored-procedures/catalog-grant-permission-ssisdb-database.md).

docs/integration-services/catalog/integration-services-ssis-catalog-transact-sql-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: chugu
1313
---
1414
# Integration Services (SSIS) Catalog Transact-SQL Reference
1515

16-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
16+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1717

1818

1919
[Views &#40;Integration Services Catalog&#41;](../../integration-services/system-views/views-integration-services-catalog.md)

docs/integration-services/catalog/integration-services-ssis-server-and-catalog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: chugu
1616
---
1717
# Integration Services (SSIS) Server and Catalog
1818

19-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
19+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

2222
After you design and test packages in [!INCLUDE[ssBIDevStudio](../../includes/ssbidevstudio-md.md)], you can deploy the projects that contain the packages to the [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] server.

docs/integration-services/catalog/package-properties-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: chugu
1616
---
1717
# Package Properties Dialog Box
1818

19-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
19+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

2222
Use the **Package Properties** dialog box to view properties for packages that are stored on the [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] server.

docs/integration-services/catalog/project-properties-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: chugu
1616
---
1717
# Project Properties Dialog Box
1818

19-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
19+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

2222
An [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] project is a unit of deployment. Each project can contain packages, parameters, and environment references. A project is a securable object and can define permissions for database principals. When a project is re-deployed, the previous version of the project can be stored in the [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] catalog.

docs/integration-services/catalog/project-versions-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: chugu
1515
---
1616
# Project Versions Dialog Box
1717

18-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
18+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1919

2020

2121
Use the **Project Versions** dialog box to view versions of a project and to restore a previous version.

docs/integration-services/catalog/set-parameter-value-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: chugu
1313
---
1414
# Set Parameter Value Dialog Box
1515

16-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
16+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1717

1818

1919
Use the **Set Parameter Value** dialog box to set values for parameters and connection manager properties, for projects and packages.

docs/integration-services/catalog/ssis-catalog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: chugu
1818

1919
# SSIS Catalog
2020

21-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
21+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2222

2323

2424
The **SSISDB** catalog is the central point for working with [!INCLUDE[ssISnoversion_md](../../includes/ssisnoversion-md.md)] (SSIS) projects that you've deployed to the [!INCLUDE[ssISnoversion_md](../../includes/ssisnoversion-md.md)] server. For example, you set project and package parameters, configure environments to specify runtime values for packages, execute and troubleshoot packages, and manage [!INCLUDE[ssISnoversion_md](../../includes/ssisnoversion-md.md)] server operations.

docs/integration-services/catalog/validate-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: chugu
1616
---
1717
# Validate Dialog Box
1818

19-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
19+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

2222
Use the **Validate** dialog box to check for common problems in [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] a project or package.

docs/integration-services/catalog/view-the-list-of-packages-on-the-integration-services-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: chugu
1313
---
1414
# View the List of Packages on the Integration Services Server
1515

16-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
16+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1717

1818

1919
You can view the list of packages that are stored on the [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] server in one of two ways.

docs/integration-services/certification-by-sap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: chugu
1313
---
1414
# Certification by SAP
1515

16-
[!INCLUDE[ssis-appliesto](../includes/applies-to-version/sqlserver-ssis.md)]
16+
[!INCLUDE[sqlserver-ssis](../includes/applies-to-version/sqlserver-ssis.md)]
1717

1818

1919
The Microsoft Connector 1.1 for SAP BW has received certification from SAP for integration with SAP NetWeaver.

docs/integration-services/change-data-capture/access-the-cdc-designer-console.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: chugu
1515
---
1616
# Access the CDC Designer Console
1717

18-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
18+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1919

2020

2121
You can access the CDC Designer Console from the computer where you installed the console. For more information about installation, see Installation.

docs/integration-services/change-data-capture/add-tables-to-a-cdc-instance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: chugu
1515
---
1616
# Add Tables to a CDC Instance
1717

18-
[!INCLUDE[ssis-appliesto](../../includes/applies-to-version/sqlserver-ssis.md)]
18+
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1919

2020

2121
Use the Table Selection dialog box to add additional tables from the Oracle source to the CDC instance. The tables selected are added to the list in the **Tables** tab of the Properties editor.

0 commit comments

Comments
 (0)