License change from Core based to CAL

tl317 21 Reputation points
2022-08-14T05:18:21.36+00:00

Hello SQL Server community,

I’ve previously tried changing my current SQL server license from core based to CAL but it’s not working, and I know that it’s not working because the current core based license is for 4 cores while the VM has 8 and SQL is still unable to access the remaining 4 cores after the EditionUpgrade I ran with the new product key.
The process runs normally and all checks are in the green.
The SQL Agent service account has SA access to the instance.
My account is an Administrator on the box and an SA on the instance.
The setup summary.txt and Details.txt files have nothing that stands out.

Current SQL Edition: SQL Server 2019 standard edition core based licensing

I’d appreciate any assistance regarding this matter.

Thanks!

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Tom Phillips 17,771 Reputation points
    2022-08-15T12:21:25+00:00

    The licensing is not tracked or enforced by the SQL Server.

    Standard edition is limited to:

    Limited to lesser of 4 sockets or 24 cores

    See:
    https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2019?view=sql-server-ver16#Cross-BoxScaleLimits

    If you want to use 8 CPUs, you need to setup your VM correctly with the number of NUMA cpus. See:
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn282282(v=ws.11)


0 additional answers

Sort by: Most helpful

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.