|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 6:07 AM
Points: 85,
Visits: 973
|
|
HI
I use sys.dm_os_process_memory in sql server 2008 for checking the physical memory in use Is there any way I could script to check the physical memory in use by sql for the server running sql 2005?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:09 AM
Points: 5,266,
Visits: 11,197
|
|
query sys.dm_os_performance_counters
---------------------------------------------------------------------
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 6:07 AM
Points: 85,
Visits: 973
|
|
Thanks
but it does not show large_page_allocations_kb and locked_page_allocations_kb if they are available.
|
|
|
|