Share via

SQL Server 2019 Datacenter Editon ?

TonyJK 881 Reputation points
2021-07-29T23:19:16.543+00:00

Hi,

Vendor says that our SQL Server is running Datacenter Edition that is not supported. However, I find that there are only Standard Edition and Enterprise Edition available for SQL Server 2019. Is it correct ?

I also find out the version we are running
Microsoft SQL Server 2019 (RTM-CU10) (KB5001090) - 15.0.4123.1 (X64)
Mar 22 2021 18:10:24
Copyright (C) 2019 Microsoft Corporation
Standard Edition (64-bit) on Windows Server 2019 Datacenter 10.0 <X64> (Build 17763: )

Thanks

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Olaf Helper 47,621 Reputation points
2021-07-30T05:50:55.313+00:00

Standard Edition (64-bit) on Windows Server 2019 Datacenter 10.0 <X64> (Build 17763:

Your Windows Server OS is a Datacenter Edition, your SQL Server is a Standard Edition.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Tom Phillips 17,786 Reputation points
    2021-07-30T19:58:30.47+00:00

    I suggest you point your vendor to this document:
    https://learn.microsoft.com/en-us/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-ver15?view=sql-server-ver15#operating-system-support

    Or they may actually be saying "their software is not supported on SQL 2019".

    Was this answer helpful?


  2. CathyJi-MSFT 22,431 Reputation points Microsoft External Staff
    2021-07-30T01:31:15.637+00:00

    Hi @TonyJK ,

    >However, I find that there are only Standard Edition and Enterprise Edition available for SQL Server 2019. Is it correct ?

    For paid license of SQL server, yes, you are correct. But there are also free edition, such as Express edition. Below screenshot is the editions for SQL server 2019.
    119252-screenshot-2021-07-30-092553.jpg
    Refer to MS document SQL Server editions.

    > Microsoft SQL Server 2019 (RTM-CU10) (KB5001090) - 15.0.4123.1 (X64) Mar 22 2021 18:10:24 Copyright (C) 2019 Microsoft Corporation
    >Standard Edition (64-bit) on Windows Server 2019 Datacenter 10.0 <X64> (Build 17763: )

    The result is from select @@version query, according to the result, your SQL server edition is standard. Datacenter is Windows Server 2019 Datacenter edition not SQL server.


    If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.