Execute the following Command to view detailed CPU , Memory information.
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)'
FROM sys.dm_os_sys_info;
Tuesday, April 28, 2009
View SQL Server Hardware Information by SQL Commands
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment