Search

Thursday, May 10, 2012

Physical CPU Count

SELECT cpu_count AS [Logical CPU Count], hyperthread_ratio AS [Hyperthread Ratio],

cpu_count/hyperthread_ratio AS [Physical CPU Count],

physical_memory_in_bytes/1048576 AS [Physical Memory (MB)],

sqlserver_start_time --, affinity_type_desc -- (affinity_type_desc is only in 2008 R2)

FROM sys.dm_os_sys_info OPTION (RECOMPILE);


No comments:

Post a Comment