SQL CODE BANK
Wednesday, July 27, 2011
Script to find physical processors
SELECT
cpu_count,
hyperthread_ratio,
cpu_count /hyperthread_ratio as [Physical CPUs]
FROM sys.dm_os_sys_info
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment