How to identify MS SQL Server enterprise core software installation
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."