Skip to content

Commit a6d45bd

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update differences section and other SQL connector docs
1 parent 84b8435 commit a6d45bd

5 files changed

+38
-9
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: 1 addition & 5 deletions
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: 06/07/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
@@ -1097,11 +1097,7 @@ The table below shows the differences between Azure SQL Database using the recom
10971097
10981098
| Recommended version | Legacy version |
10991099
|:--- |:--- |
1100-
| Using the property bag as the app model. | Using the ADO .NET connection string as the app model. |
1101-
| Support the connection string parser to parse ADO .NET to app models. | Support directly passing ADO .NET connection strings with AKV. |
11021100
| Support TLS 1.3 via `encrypt` as `strict`. | TLS 1.3 is not supported.|
1103-
| Provide better error messages.<br> Error message example: `The given value{0} of type {1} from the data source cannot be converted to type {2} for Column {3} [{4}].` | Error message example: `The given value{0} of type {1} from the data source cannot be converted to type {2} for the specified target column.` |
1104-
| Provide better supportability. |  / |
11051101
11061102
## Related content
11071103

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)