Skip to content

Commit 94cf140

Browse files
Merge pull request #277544 from Clare-Zheng82/0607-Add_SQL_Family_v2_differences
[Doc update] Add SQL Family connectors difference section
2 parents 9381877 + a6d45bd commit 94cf140

5 files changed

+46
-5
lines changed

articles/data-factory/connector-amazon-rds-for-sql-server.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 05/28/2024
11+
ms.date: 06/17/2024
1212
---
1313

1414
# Copy data from Amazon RDS for SQL Server by using Azure Data Factory or Azure Synapse Analytics
@@ -534,5 +534,13 @@ When you copy data from/to Amazon RDS for SQL Server with [Always Encrypted](/sq
534534

535535
To upgrade the Amazon RDS for SQL Server version, in **Edit linked service** page, select **Recommended** under **Version** and configure the linked service by referring to [Linked service properties for the recommended version](#recommended-version).
536536

537+
## Differences between the recommended and the legacy version
538+
539+
The table below shows the differences between Amazon RDS for SQL Server using the recommended and the legacy version.
540+
541+
| Recommended version | Legacy version |
542+
|:--- |:--- |
543+
| Support TLS 1.3 via `encrypt` as `strict`. | TLS 1.3 is not supported.|
544+
537545
## Related content
538546
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

articles/data-factory/connector-azure-sql-data-warehouse.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 05/28/2024
11+
ms.date: 06/17/2024
1212
---
1313

1414
# Copy and transform data in Azure Synapse Analytics by using Azure Data Factory or Synapse pipelines
@@ -1138,6 +1138,14 @@ When you copy data from or to Azure Synapse Analytics, the following mappings ar
11381138

11391139
To upgrade the Azure Synapse Analytics version, in **Edit linked service** page, select **Recommended** under **Version** and configure the linked service by referring to [Linked service properties for the recommended version](#recommended-version).
11401140

1141+
## Differences between the recommended and the legacy version
1142+
1143+
The table below shows the differences between Azure Synapse Analytics using the recommended and the legacy version.
1144+
1145+
| Recommended version | Legacy version |
1146+
|:--- |:--- |
1147+
| Support TLS 1.3 via `encrypt` as `strict`. | TLS 1.3 is not supported.|
1148+
11411149
## Related content
11421150

11431151
For a list of data stores supported as sources and sinks by Copy Activity, see [supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).

articles/data-factory/connector-azure-sql-database.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 05/06/2024
11+
ms.date: 06/17/2024
1212
---
1313

1414
# Copy and transform data in Azure SQL Database by using Azure Data Factory or Azure Synapse Analytics
@@ -1091,6 +1091,14 @@ derivedColumn1 sink(allowSchemaDrift: true,
10911091
10921092
To upgrade the Azure SQL Database version, in **Edit linked service** page, select **Recommended** under **Version** and configure the linked service by referring to [Linked service properties for the recommended version](#recommended-version).
10931093
1094+
## Differences between the recommended and the legacy version
1095+
1096+
The table below shows the differences between Azure SQL Database using the recommended and the legacy version.
1097+
1098+
| Recommended version | Legacy version |
1099+
|:--- |:--- |
1100+
| Support TLS 1.3 via `encrypt` as `strict`. | TLS 1.3 is not supported.|
1101+
10941102
## Related content
10951103
10961104
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).

articles/data-factory/connector-azure-sql-managed-instance.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.author: jianleishen
99
author: jianleishen
1010
ms.custom: synapse
11-
ms.date: 05/28/2024
11+
ms.date: 06/17/2024
1212
---
1313

1414
# Copy and transform data in Azure SQL Managed Instance using Azure Data Factory or Synapse Analytics
@@ -1076,5 +1076,14 @@ derivedColumn1 sink(allowSchemaDrift: true,
10761076

10771077
To upgrade the Azure SQL Managed Instance version, in **Edit linked service** page, select **Recommended** under **Version** and configure the linked service by referring to [Linked service properties for the recommended version](#recommended-version).
10781078

1079+
## Differences between the recommended and the legacy version
1080+
1081+
The table below shows the differences between Azure SQL Managed Instance using the recommended and the legacy version.
1082+
1083+
| Recommended version | Legacy version |
1084+
|:--- |:--- |
1085+
| Support TLS 1.3 via `encrypt` as `strict`. | TLS 1.3 is not supported.|
1086+
1087+
10791088
## Related content
10801089
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

articles/data-factory/connector-sql-server.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 05/28/2024
11+
ms.date: 06/17/2024
1212
---
1313

1414
# Copy and transform data to and from SQL Server by using Azure Data Factory or Azure Synapse Analytics
@@ -994,5 +994,13 @@ derivedColumn1 sink(allowSchemaDrift: true,
994994

995995
To upgrade the SQL Server version, in **Edit linked service** page, select **Recommended** under **Version** and configure the linked service by referring to [Linked service properties for the recommended version](#recommended-version).
996996

997+
## Differences between the recommended and the legacy version
998+
999+
The table below shows the differences between SQL Server using the recommended and the legacy version.
1000+
1001+
| Recommended version | Legacy version |
1002+
|:--- |:--- |
1003+
| Support TLS 1.3 via `encrypt` as `strict`. | TLS 1.3 is not supported.|
1004+
9971005
## Related content
9981006
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)