Skip to content

Commit f5fc938

Browse files
committed
Freshness and formatting
1 parent afb604b commit f5fc938

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Tips for implementing stored procedures using Synapse SQL in Azure
44
author: mstehrani
55
ms.author: emtehran
66
ms.reviewer: wiassaf
7-
ms.date: 11/03/2020
7+
ms.date: 02/29/2025
88
ms.service: azure-synapse-analytics
99
ms.subservice: sql
10-
ms.topic: conceptual
10+
ms.topic: concept-article
1111
---
1212

1313
# Stored procedures using Synapse SQL in Azure Synapse Analytics
@@ -20,7 +20,7 @@ In this article you will find some tips for implementing stored procedures in Sy
2020
Synapse SQL supports many of the T-SQL features that are used in SQL Server. More importantly, there are scale-out specific features that you can use to maximize the performance of your solution. In this article, you will learn about the features that you can place in stored procedures.
2121

2222
> [!NOTE]
23-
> In the procedure body you can use only the features that are supported in Synapse SQL surface area. Review [this article](overview-features.md) to identify objects, statement that can be used in stored procedures. The examples in these articles use generic features that are available both in serverless and dedicated surface area. See additional [limitations in provisioned and serverless Synapse SQL pools](#limitations) at the end of this article.
23+
> In the procedure body you can use only the features that are supported in Synapse SQL surface area. Review [this article](overview-features.md) to identify objects, statement that can be used in stored procedures. The examples in these articles use generic features that are available both in serverless and dedicated surface area. See other [limitations in provisioned and serverless Synapse SQL pools](#limitations) at the end of this article.
2424
2525
To maintain the scale and performance of SQL pool, there are also some features and functionality that have behavioral differences and others that aren't supported.
2626

@@ -199,6 +199,6 @@ There are some aspects of Transact-SQL stored procedures that aren't implemented
199199
| Return statement | No | Yes |
200200
| INSERT INTO .. EXEC | No | Yes |
201201

202-
## Next steps
202+
## Related content
203203

204204
For more development tips, see [development overview](develop-overview.md).

0 commit comments

Comments
 (0)