Skip to content

Commit 26e66b6

Browse files
committed
Update Tip
1 parent 623119f commit 26e66b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ The below table lists the properties supported by SQL Server source. You can edi
650650
> EXECUTE sp_executesql @query;
651651
> END
652652
>```
653-
>Then use the **Stored procedure** mode in the source transformation of the mapping data flow and set the `@query` like `with CTE as (select 'test' as a) select * from CTE`. Then you can use CTEs as expected.
653+
>Then use the **Stored procedure** mode in the source transformation of the mapping data flow and set the `@query` like example `with CTE as (select 'test' as a) select * from CTE`. Then you can use CTEs as expected.
654654

655655
#### SQL Server source script example
656656

0 commit comments

Comments
 (0)