Skip to content

Commit f394211

Browse files
authored
Merge pull request #134613 from jovanpop-msft/patch-188
Update develop-stored-procedures.md
2 parents cada994 + 53e1a04 commit f394211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/develop-stored-procedures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: igorstan
1414

1515
# Use stored procedures in Synapse SQL
1616

17-
Tips for implementing stored procedures in Synapse SQL pool (data warehouse) for developing solutions.
17+
Tips for implementing stored procedures in Synapse SQL pool for developing solutions.
1818

1919
## What to expect
2020

@@ -176,7 +176,7 @@ EXEC clean_up 'mytest' -- This call is nest level 1
176176
177177
## INSERT..EXECUTE
178178

179-
Synapse SQL doesn't permit you to consume the result set of a stored procedure with an INSERT statement. There's an alternative approach you can use. For an example, see the article on [temporary tables](develop-tables-temporary.md).
179+
Synapse SQL doesn't permit you to consume the result set of a stored procedure with an INSERT statement. There's an alternative approach you can use. For an example, see the article on [temporary tables](develop-tables-temporary.md) for provisioned Synapse SQL pool.
180180

181181
## Limitations
182182

0 commit comments

Comments
 (0)