You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
17
18
18
You perform the following steps in this tutorial:
19
19
@@ -60,7 +60,7 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
60
60
61
61
## Prerequisites
62
62
***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.
64
64
65
65
### Create source tables in your SQL Server database
66
66
@@ -234,7 +234,7 @@ END
234
234
235
235
3. In the **New data factory** page, enter **ADFMultiIncCopyTutorialDF** for the **name**.
236
236
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.
238
238
239
239
`Data factory name "ADFIncCopyTutorialDF" is not available`
240
240
@@ -693,4 +693,4 @@ You performed the following steps in this tutorial:
693
693
Advance to the following tutorial to learn about transforming data by using a Spark cluster on Azure:
694
694
695
695
> [!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