SELECT cpu_count/hyperthread_ratio AS cores
FROM sys.dm_os_sys_info;
|
|||||
|
|||||
|
|
Determining the no of processor cores in your SQL ServerSELECT cpu_count/hyperthread_ratio AS cores FROM sys.dm_os_sys_info; CommentsLeave a Comment |
No comments.