Skip to content

Commit c79b52f

Browse files
authored
Merge pull request #10232 from jing8956/patch-1
Fix SQL Server 2025 MSSQL_PID table
2 parents cd2b250 + b4c9113 commit c79b52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.custom:
1111
| --- | --- |
1212
| `Evaluation` | SQL Server Evaluation edition |
1313
| `Express` | SQL Server Express edition |
14-
| `StandardDeveloper` | SQL Server Developer edition |
14+
| `StandardDeveloper`<br /><br />(For containers, use `DeveloperStandard`) | SQL Server Standard Developer edition |
1515
| `Standard` | SQL Server Standard edition |
16-
| `EnterpriseDeveloper` | SQL Server Developer edition |
16+
| `EnterpriseDeveloper`<br /><br />(For containers, use `Developer`) | 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. |

0 commit comments

Comments
 (0)