Can’t believe that there is no easy way to see if the current MSSQL 2005 (Standard) installation is using CAL or per CPU licensing.
After doing much of research and asking a DBA for help, was given the following query to run “SELECT SERVERPROPERTY('LicenseType'), SERVERPROPERTY('NumLicenses')”, which brought back disabled and null result.
Does anyone have any idea of how to do that? Much appreciate it in advance!
The result I got from running the query above:
I found the following article which has the same question, and tried the proposed solution, but it did not work. Most readers also commented that it did not work for them. So I guess the question is still open.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/9e9055ec-73d9-4e86-a633-810446e454ae/