Skip to content

Commit 1daefdf

Browse files
Merge pull request #35969 from MicrosoftDocs/WilliamDAssafMSFT-patch-2
20251201 remove unnecessary Fabric DW reference in Synapse moniker range
2 parents bc84ad9 + cef2a63 commit 1daefdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/statements/create-function-sql-data-warehouse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: User-defined functions accept parameters, perform an action, such a
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: jovanpop, srdjanmatin
7-
ms.date: 11/03/2025
7+
ms.date: 12/01/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -651,7 +651,7 @@ In an inline table-valued function (preview), only a single select statement is
651651

652652
User-defined functions cannot be used to perform actions that modify the database state.
653653

654-
User-defined functions can be nested; that is, one user-defined function can call another. The nesting level is incremented when the called function starts execution, and decremented when the called function finishes execution. Exceeding the maximum levels of nesting causes the whole calling function chain to fail. In Microsoft Fabric Data Warehouse, user-defined functions can be nested up to five levels.
654+
User-defined functions can be nested; that is, one user-defined function can call another. The nesting level is incremented when the called function starts execution, and decremented when the called function finishes execution. Exceeding the maximum levels of nesting causes the whole calling function chain to fail.
655655

656656
Objects, including functions, cannot be created in the `master` database of your serverless SQL pool in [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)].
657657

0 commit comments

Comments
 (0)