Skip to content

Commit c6aa2f8

Browse files
committed
fix bookmark
1 parent b9f37f9 commit c6aa2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ To copy data to Azure SQL Database Managed Instance, set the sink type in the co
293293

294294
**Example 2: invoke a stored procedure during copy**
295295

296-
Learn more details from [Invoke a stored procedure from a SQL sink](#invoke-stored-procedure-from-sql-sink).
296+
Learn more details from [Invoke a stored procedure from a SQL sink](#invoking-stored-procedure-for-sql-sink).
297297

298298
```json
299299
"activities":[
@@ -385,7 +385,7 @@ You can configure **preCopyScript** property in Copy activity sink, in which cas
385385

386386
Similar as described in [Upsert data](#upsert-data) section, when you need to apply extra processing before the final insertion of source data into the destination table, you can a) for large scale, load to a temporary table then invoke a stored procedure, or b) invoking a stored procedure during copy.
387387

388-
## <a name="invoke-stored-procedure-from-sql-sink"></a> Invoke a stored procedure from a SQL sink
388+
## <a name="invoking-stored-procedure-for-sql-sink"></a> Invoke a stored procedure from a SQL sink
389389

390390
When you copy data into Azure SQL Database Managed Instance, you can also configure and invoke a user-specified stored procedure with additional parameters.
391391

0 commit comments

Comments
 (0)