Skip to content

Commit 4533cac

Browse files
authored
Update solution-template-delta-copy-with-control-table.md
1 parent 0c32e18 commit 4533cac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-factory/solution-template-delta-copy-with-control-table.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ The template defines following parameters:
8585
8686
4. Go to the **Delta copy from Database** template. Create a **New** connection to the source database that you want to data copy from.
8787
88-
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-4.png" alt-text="Screenshot showing the creation of a new connection to the source table":::
88+
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-4.png" alt-text="Screenshot showing the creation of a new connection to the source table.":::
8989
9090
5. Create a **New** connection to the destination data store that you want to copy the data to.
9191
92-
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-5.png" alt-text="Screenshot showing the creation of a new connection to the destination table":::
92+
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-5.png" alt-text="Screenshot showing the creation of a new connection to the destination table.":::
9393
9494
6. Create a **New** connection to the external control table and stored procedure that you created in steps 2 and 3.
9595
96-
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-6.png" alt-text="Screenshot showing the creation of a new connection to the control table data store":::
96+
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-6.png" alt-text="Screenshot showing the creation of a new connection to the control table data store.":::
9797
9898
7. Select **Use this template**.
9999
@@ -103,11 +103,11 @@ The template defines following parameters:
103103
104104
9. Select **Stored Procedure**. For **Stored procedure name**, choose **[dbo].[update_watermark]**. Select **Import parameter**, and then select **Add dynamic content**.
105105
106-
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-9.png" alt-text="Screenshot showing where to set the stored procedure activity":::
106+
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-9.png" alt-text="Screenshot showing where to set the stored procedure activity.":::
107107
108108
10. Write the content **\@{activity('LookupCurrentWaterMark').output.firstRow.NewWatermarkValue}**, and then select **Finish**.
109109
110-
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-10.png" alt-text="Screenshot showing where to write the content for the parameters of the stored procedure":::
110+
:::image type="content" source="media/solution-template-delta-copy-with-control-table/delta-copy-from-db-with-control-table-10.png" alt-text="Screenshot showing where to write the content for the parameters of the stored procedure.":::
111111
112112
11. Select **Debug**, enter the **Parameters**, and then select **Finish**.
113113

0 commit comments

Comments
 (0)