Skip to content

Commit 84b8435

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add Azure SQL DB difference section
1 parent 720bfe1 commit 84b8435

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 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/07/2024
1212
---
1313

1414
# Copy and transform data in Azure SQL Database by using Azure Data Factory or Azure Synapse Analytics
@@ -1091,6 +1091,18 @@ 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+
| 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. |
1102+
| 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. |  / |
1105+
10941106
## Related content
10951107
10961108
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).

0 commit comments

Comments
 (0)