Skip to content

Commit 7c5ce0e

Browse files
authored
Merge pull request #191369 from Clare-Zheng82/Add_note_in_SQL_server_connector_doc
Update Note in Data type mapping for SQL Server section in SQL connector doc
2 parents fcffd8c + 6cead00 commit 7c5ce0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 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: 02/08/2022
11+
ms.date: 03/10/2022
1212
---
1313

1414
# Copy and transform data to and from SQL Server by using Azure Data Factory or Azure Synapse Analytics
@@ -738,7 +738,9 @@ When you copy data from and to SQL Server, the following mappings are used from
738738
| xml |String |
739739
740740
>[!NOTE]
741-
> For data types that map to the Decimal interim type, currently Copy activity supports precision up to 28. If you have data that requires precision larger than 28, consider converting to a string in a SQL query.
741+
> For data types that map to the Decimal interim type, currently Copy activity supports precision up to 28. If you have data that requires precision larger than 28, consider converting to a string in a SQL query.
742+
>
743+
> When copying data from SQL Server using Azure Data Factory, the bit data type is mapped to the Boolean interim data type. If you have data that need to be kept as the bit data type, use queries with [T-SQL CAST or CONVERT](/sql/t-sql/functions/cast-and-convert-transact-sql?view=sql-server-ver15&preserve-view=true).
742744
743745
## Lookup activity properties
744746

0 commit comments

Comments
 (0)