SQL Socket & Core information

Get socket, physical core, and logical core count from the SQL Server Error log

EXEC sys.xp_readerrorlog 0, 1, N'detected', N'socket';

It can help you confirm your SQL Server licensing model

Spread the love