How to identify MS SQL Server enterprise core software installation

Srinivas Ramanujaiah 0 Reputation points
2025-07-01T11:37:00.59+00:00

Discovery solution uses patterns that execute- WMI commands on SQL Server to identify the installed edition. Recently, we've observed that in some instances, the discovered edition is returned as "Enterprise Edition: Core-based Licensing." As you're likely aware, SQL Server Enterprise supports two distinct licensing models: Core-based and Server + CAL. It's therefore important to differentiate between these two-edition deployment i.e. core-based and Server+CAL .

Given this, the question arises:

Is using WMI commands to identify "SQL Server Enterprise Core" a reliable method for accurately determining the SQL Server Enterprise edition core-based install?

Below is an example where the discovered edition is shown as "Enterprise Edition: Core-based Licensing."

Image 01-07-2025 at 13.35


SQL Server Database Engine
{count} votes

Your answer

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