get cpu details sql

Solutions on MaxInterview for get cpu details sql by the best coders in the world

showing results for - "get cpu details sql"
Adrián
13 May 2019
1--get cpu details using sql query
2EXEC sys.xp_readerrorlog 0, 1, N'detected', N'socket';
3
4SELECT socket_count, cores_per_socket, cpu_count 
5FROM sys.dm_os_sys_info