Skip to content

Commit b9d3f06

Browse files
committed
Derive Edition values from source code (PR 541766)
1 parent 4bd186c commit b9d3f06

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/t-sql/functions/serverproperty-transact-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: SERVERPROPERTY returns property information about the server instan
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: randolphwest, amitkh-msft
7-
ms.date: 11/18/2025
7+
ms.date: 01/08/2026
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -117,7 +117,7 @@ The following table lists possible values for `EditionID` and `Edition`.
117117
| `610778273` | Enterprise Evaluation |
118118
| `284895786` | Business Intelligence |
119119
| `-2117995310` | Developer <sup>1</sup>, or Developer Enterprise <sup>2</sup> |
120-
| `-2509700633` | Developer Standard <sup>2</sup> |
120+
| `-1785266663` | Developer Standard <sup>2</sup> |
121121
| `-1592396055` | Express |
122122
| `-133711905` | Express with Advanced Services |
123123
| `-1534726760` | Standard |
@@ -128,8 +128,8 @@ The following table lists possible values for `EditionID` and `Edition`.
128128

129129
<sup>1</sup> **Applies to**: [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and earlier versions.
130130
<sup>2</sup> **Applies to**: [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] and later versions.
131-
<sup>3</sup> Indicates the development only edition for Azure SQL Edge.
132-
<sup>4</sup> Indicates the paid edition for Azure SQL Edge.
131+
<sup>3</sup> **Applies to**: Azure SQL Edge (development edition).
132+
<sup>4</sup> **Applies to**: Azure SQL Edge (paid edition).
133133

134134
## Return types
135135

0 commit comments

Comments
 (0)