Skip to content

Commit db06ee7

Browse files
authored
Update connector-azure-sql-database.md
1 parent 0a85abd commit db06ee7

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
@@ -10,7 +10,7 @@ ms.service: data-factory
1010
ms.workload: data-services
1111
ms.topic: conceptual
1212
ms.custom: seo-lt-2019
13-
ms.date: 12/13/2019
13+
ms.date: 01/28/2020
1414
---
1515

1616
# Copy and transform data in Azure SQL Database by using Azure Data Factory
@@ -585,6 +585,10 @@ Settings specific to Azure SQL Database are available in the **Settings** tab of
585585

586586
**Update method:** Determines what operations are allowed on your database destination. The default is to only allow inserts. To update, upsert, or delete rows, an alter-row transformation is required to tag rows for those actions. For updates, upserts and deletes, a key column or columns must be set to determine which row to alter.
587587

588+
![Key Columns](media/data-flow/keycolumn.png "Key Columns")
589+
590+
The column name that you pick as the key here will be used by ADF as part of the subsequent update, upsert, delete. Therefore, you must pick a column that exists in the Sink mapping. If you wish to not write the value to this key column, then click "Skip writing key columns".
591+
588592
**Table action:** Determines whether to recreate or remove all rows from the destination table prior to writing.
589593
* None: No action will be done to the table.
590594
* Recreate: The table will get dropped and recreated. Required if creating a new table dynamically.

0 commit comments

Comments
 (0)