SQL Server Enterprise 2019 not core 21 up to

Nguyen ngoc giang 0 Reputation points
2024-12-26T04:30:18.3066667+00:00

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?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,221 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,481 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,619 questions
{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.