Skip to content

Commit 6db5bac

Browse files
authored
Merge pull request #183313 from jianleishen/adf_dfscripttip
Update connector-azure-sql-database.md
2 parents 64aa6f0 + 2538dbe commit 6db5bac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 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: 09/09/2021
11+
ms.date: 12/19/2021
1212
---
1313

1414
# Copy and transform data in Azure SQL Database by using Azure Data Factory or Azure Synapse Analytics
@@ -742,6 +742,10 @@ You can parameterize the key column used here for updating your target Azure SQL
742742
743743
:::image type="content" source="media/data-flow/prepost1.png" alt-text="pre and post SQL processing scripts":::
744744
745+
> [!TIP]
746+
> 1. It's recommended to break single batch scripts with multiple commands into multiple batches.
747+
> 2. Only Data Definition Language (DDL) and Data Manipulation Language (DML) statements that return a simple update count can be run as part of a batch. Learn more from [Performing batch operations](/sql/connect/jdbc/performing-batch-operations)
748+
745749
### Error row handling
746750

747751
When writing to Azure SQL DB, certain rows of data may fail due to constraints set by the destination. Some common errors include:

0 commit comments

Comments
 (0)