Check Available Server Physical Memory

  • Is there any way I could script to check the available physical memory for the server running sql 2005.

    Thanks,

  • select * from sys.dm_os_sys_memory

    ----------
    Ashish

  • SQL Server 2005

    select physical_memory_in_bytes,virtual_memory_in_bytes from sys.dm_os_sys_info

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply