Skip to content

Commit eb87917

Browse files
committed
Removed mention of Attunity from four ODBC-related locations.
1 parent 57bd466 commit eb87917

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/integration-services/data-flow/odbc-flow-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.workload: "Inactive"
2222
# ODBC Flow Components
2323
This topic describes the concepts necessary for creating an ODBC data flow using [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)]
2424

25-
The Connector for Open Database Connectivity (ODBC) by Attunity for [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] helps SSIS developers easily create packages that load and unload data from ODBC-supported databases.
25+
The Connector for Open Database Connectivity (ODBC) for [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] helps SSIS developers easily create packages that load and unload data from ODBC-supported databases.
2626

2727
The ODBC Connector is designed to achieve optimal performance when loading data into or unloading data from an ODBC-supported database in the context of [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)].
2828

docs/integration-services/data-flow/odbc-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ms.workload: "Inactive"
5151
Depending on the error behavior setting, the ODBC source supports returning errors (data conversion, truncation) that occur during the extraction process in the error output. For more information, see [ODBC Destination Editor (Connection Manager Page)](../../integration-services/data-flow/odbc-destination-editor-connection-manager-page.md).
5252

5353
## Data Type Support
54-
For information about the data types supported by the ODBC source, see Connector for Open Database Connectivity (ODBC) by Attunity.
54+
For information about the data types supported by the ODBC source, see Connector for Open Database Connectivity (ODBC).
5555

5656
## Extract Options
5757
The ODBC source operates in either **Batch** or **Row-by-Row** mode. The mode used is determined by the **FetchMethod** property. The following list describes the modes.

docs/integration-services/integration-services-features-supported-by-the-editions-of-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The SQL Server Evaluation edition is available for a 180-day trial period.
5959
|-------------|----------------|--------------|---------|------------------------------------|------------------------|
6060
|Built-in data source connectors|Yes|Yes||||
6161
|Built in tasks and transformations|Yes|Yes||||
62-
|ODBC source and destination by Attunity|Yes|Yes||||
62+
|ODBC source and destination |Yes|Yes||||
6363
|Azure data source connectors and tasks|Yes|Yes||||
6464
|Hadoop/HDFS connectors and tasks|Yes|Yes||||
6565
|Basic data profiling tools|Yes|Yes||||

docs/integration-services/lift-shift/ssis-azure-lift-shift-ssis-packages-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For more info about prerequisites in Azure, see [Lift and shift SQL Server Integ
6464

6565
## SSIS features on Azure
6666

67-
When you provision an instance of SQL Database to host SSISDB, the Azure Feature Pack for SSIS and the Access Redistributable are also installed. These components provide connectivity to **Excel and Access** files and to various **Azure** data sources, in addition to the data sources supported by the built-in components. You can't install **third-party components** for SSIS (including third-party components from Microsoft, such as the Attunity and SAP BI components) at this time.
67+
When you provision an instance of SQL Database to host SSISDB, the Azure Feature Pack for SSIS and the Access Redistributable are also installed. These components provide connectivity to **Excel and Access** files and to various **Azure** data sources, in addition to the data sources supported by the built-in components. You can't install **third-party components** for SSIS at this time (including third-party components from Microsoft, such as the Oracle and Teradata components by Attunity and the SAP BI components).
6868

6969
The **name of the SQL Database** that hosts SSISDB becomes the first part of the four-part name to use when you deploy and manage packages from SSDT and SSMS - `<sql_database_name>.database.windows.net`.
7070

0 commit comments

Comments
 (0)