Skip to content

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-factory/tutorial-incremental-copy-multiple-tables-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: dearandyxu
66
ms.service: data-factory
77
ms.subservice: tutorials
88
ms.topic: tutorial
9-
ms.date: 07/05/2021
9+
ms.date: 09/26/2022
1010
---
1111

1212
# Incrementally load data from multiple tables in SQL Server to a database in Azure SQL Database using the Azure portal
1313

1414
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1515

16-
In this tutorial, you create an Azure data factory with a pipeline that loads delta data from multiple tables in a SQL Server database to a database in Azure SQL Database.
16+
In this tutorial, you create an Azure Data Factory with a pipeline that loads delta data from multiple tables in a SQL Server database to a database in Azure SQL Database.
1717

1818
You perform the following steps in this tutorial:
1919

@@ -60,7 +60,7 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
6060

6161
## Prerequisites
6262
* **SQL Server**. You use a SQL Server database as the source data store in this tutorial.
63-
* **Azure SQL Database**. You use a database in Azure SQL Database as the sink data store. If you don't have a database in SQL Database, see [Create a database in Azure SQL Database](../azure-sql/database/single-database-create-quickstart.md) for steps to create one.
63+
* **Azure SQL Database**. You use a database in Azure SQL Database as the sink data store. If you don't have a database in SQL Database, see [Create a database in Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart) for steps to create one.
6464

6565
### Create source tables in your SQL Server database
6666

@@ -234,7 +234,7 @@ END
234234
235235
3. In the **New data factory** page, enter **ADFMultiIncCopyTutorialDF** for the **name**.
236236
237-
The name of the Azure data factory must be **globally unique**. If you see a red exclamation mark with the following error, change the name of the data factory (for example, yournameADFIncCopyTutorialDF) and try creating again. See [Data Factory - Naming Rules](naming-rules.md) article for naming rules for Data Factory artifacts.
237+
The name of the Azure Data Factory must be **globally unique**. If you see a red exclamation mark with the following error, change the name of the data factory (for example, yournameADFIncCopyTutorialDF) and try creating again. See [Data Factory - Naming Rules](naming-rules.md) article for naming rules for Data Factory artifacts.
238238
239239
`Data factory name "ADFIncCopyTutorialDF" is not available`
240240
@@ -693,4 +693,4 @@ You performed the following steps in this tutorial:
693693
Advance to the following tutorial to learn about transforming data by using a Spark cluster on Azure:
694694

695695
> [!div class="nextstepaction"]
696-
>[Incrementally load data from Azure SQL Database to Azure Blob storage by using Change Tracking technology](tutorial-incremental-copy-change-tracking-feature-portal.md)
696+
>[Incrementally load data from Azure SQL Database to Azure Blob storage by using Change Tracking technology](tutorial-incremental-copy-change-tracking-feature-portal.md)

0 commit comments

Comments
 (0)