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
Copy file name to clipboardExpand all lines: articles/data-factory/connector-sql-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -650,7 +650,7 @@ The below table lists the properties supported by SQL Server source. You can edi
650
650
> EXECUTE sp_executesql @query;
651
651
> END
652
652
>```
653
-
>Then use the **Stored procedure** mode in the source transformation of the mapping data flow andset 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 andset the `@query`likeexample `with CTE as (select 'test' as a) select * from CTE`. Then you can use CTEs as expected.
0 commit comments