SQL Server Enterprise 2019 not core 21 up to
Nguyen ngoc giang
0
Reputation points
Currently, I am using Windows Server 2016 and SQL Server Enterprise 2019, but the SQL system only utilizes 20 cores, even though I have allocated 60 cores to the server.
I have tried the following commands:
EXEC sp_configure 'affinity mask', 0;
EXEC sp_configure 'affinity64 mask', 0;
RECONFIGURE;
I have also checked whether the operating system detects the cores and reviewed the NUMA configuration, which shows that NUMA nodes from 3 onward are offline.
How can I bring the offline NUMA nodes online?
Sign in to answer