Skip to content

Commit f1f6a9e

Browse files
authored
Add a note for deploy a container
1 parent 095606e commit f1f6a9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/linux/includes/editions-sql-server-2025-later-versions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ ms.custom:
1111
| --- | --- |
1212
| `Evaluation` | SQL Server Evaluation edition |
1313
| `Express` | SQL Server Express edition |
14-
| `DeveloperStandard` | SQL Server Standard Developer edition |
14+
| `StandardDeveloper`<sup>1</sup> | SQL Server Standard Developer edition |
1515
| `Standard` | SQL Server Standard edition |
16-
| `Developer` | SQL Server Enterprise Developer edition |
16+
| `EnterpriseDeveloper`<sup>1</sup> | SQL Server Enterprise Developer edition |
1717
| `Enterprise` | This legacy option represents Enterprise edition Server + Client Access License (CAL) based licensing, and is limited to a maximum of 20 cores per SQL Server instance. `Enterprise` isn't available for new agreements. You should choose `EnterpriseCore` when you wish to deploy Enterprise edition. |
1818
| `EnterpriseCore` | SQL Server Enterprise Core edition. `EnterpriseCore` represents the core-based server licensing model with no core limits. For more information, see [Compute capacity limits by edition of SQL Server](../../sql-server/compute-capacity-limits-by-edition-of-sql-server.md). |
1919
| `A product key` | If you specify a product key, it must be in the form of `#####-#####-#####-#####-#####`, where `#` is a number or a letter. |
2020

21+
<sup>1</sup>When you deploy a container, use `MSSQL_PID=DeveloperStandard` for Standard Developer edition, and `MSSQL_PID=Developer` for Enterprise Developer edition.
2122
For more information about these editions, see [SQL Server editions](../../sql-server/editions-and-components-of-sql-server-2025.md#sql-server-editions).

0 commit comments

Comments
 (0)