Skip to content

Commit 153d99d

Browse files
authored
Merge pull request #192569 from Clare-Zheng82/0323-Add_upsert_link_in_SQL_connector_docs
Add link to Upsert data section in 3 SQL connector docs
2 parents 8fa4396 + e3d7895 commit 153d99d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

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

Lines changed: 3 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/23/2022
11+
ms.date: 03/22/2022
1212
---
1313

1414
# Copy and transform data in Azure SQL Database by using Azure Data Factory or Azure Synapse Analytics
@@ -683,7 +683,8 @@ Appending data is the default behavior of this Azure SQL Database sink connector
683683
684684
### Upsert data
685685
686-
Copy activity now supports natively loading data into a database temporary table and then update the data in sink table if key exists and otherwise insert new data.
686+
Copy activity now supports natively loading data into a database temporary table and then update the data in sink table if key exists and otherwise insert new data. To learn more about upsert settings in copy activities, see [Azure SQL Database as the sink](#azure-sql-database-as-the-sink).
687+
687688
688689
### Overwrite the entire table
689690

articles/data-factory/connector-azure-sql-managed-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.author: jianleishen
99
author: jianleishen
1010
ms.custom: synapse
11-
ms.date: 02/08/2022
11+
ms.date: 03/22/2022
1212
---
1313

1414
# Copy and transform data in Azure SQL Managed Instance using Azure Data Factory or Synapse Analytics
@@ -688,7 +688,7 @@ Appending data is the default behavior of the SQL Managed Instance sink connecto
688688
689689
### Upsert data
690690
691-
Copy activity now supports natively loading data into a database temporary table and then update the data in sink table if key exists and otherwise insert new data.
691+
Copy activity now supports natively loading data into a database temporary table and then update the data in sink table if key exists and otherwise insert new data. To learn more about upsert settings in copy activities, see [SQL Managed Instance as a sink](#sql-managed-instance-as-a-sink).
692692
693693
### Overwrite the entire table
694694

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

Lines changed: 2 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: 03/10/2022
11+
ms.date: 03/22/2022
1212
---
1313

1414
# Copy and transform data to and from SQL Server by using Azure Data Factory or Azure Synapse Analytics
@@ -561,7 +561,7 @@ Appending data is the default behavior of this SQL Server sink connector. the se
561561

562562
### Upsert data
563563

564-
Copy activity now supports natively loading data into a database temporary table and then update the data in sink table if key exists and otherwise insert new data.
564+
Copy activity now supports natively loading data into a database temporary table and then update the data in sink table if key exists and otherwise insert new data. To learn more about upsert settings in copy activities, see [SQL Server as a sink](#sql-server-as-a-sink).
565565

566566
### Overwrite the entire table
567567

0 commit comments

Comments
 (0)