Skip to content

Commit ce65893

Browse files
committed
Update connector-azure-sql-database.md
1 parent dde02a6 commit ce65893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 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
@@ -743,8 +743,8 @@ You can parameterize the key column used here for updating your target Azure SQL
743743
:::image type="content" source="media/data-flow/prepost1.png" alt-text="pre and post SQL processing scripts":::
744744
745745
> [!TIP]
746-
> 1. It's recommended to break 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](https://docs.microsoft.com/en-us/sql/connect/jdbc/performing-batch-operations)
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)
748748

749749
### Error row handling
750750

0 commit comments

Comments
 (0)