Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ ms.custom:
| --- | --- |
| `Evaluation` | SQL Server Evaluation edition |
| `Express` | SQL Server Express edition |
| `StandardDeveloper` | SQL Server Developer edition |
| `StandardDeveloper`<sup>1</sup> | SQL Server Standard Developer edition |
| `Standard` | SQL Server Standard edition |
| `EnterpriseDeveloper` | SQL Server Developer edition |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is only required for a Docker as mentioned below in the document. We can add a note right below the table.
"NOTE: When you deploy a container for SQL Server 2025 (17.x) or a later version, use MSSQL_PID=DeveloperStandard for Standard Developer edition, and MSSQL_PID=Developer for Enterprise Developer edition.

| `EnterpriseDeveloper`<sup>1</sup> | SQL Server Enterprise Developer edition |
| `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. |
| `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). |
| `A product key` | If you specify a product key, it must be in the form of `#####-#####-#####-#####-#####`, where `#` is a number or a letter. |

<sup>1</sup>[!INCLUDE [editions-sql-server-developer](editions-sql-server-developer.md)]

For more information about these editions, see [SQL Server editions](../../sql-server/editions-and-components-of-sql-server-2025.md#sql-server-editions).