Virtual Memory Usage

  • Hi,

    In which cases or in which conditions SQL Server has to use virtual memory?

    Is there any dynamic memory view to query virtual memory parameters?

    Waiting your responses.

    thinKnight

  • The following are the reasons for high Virtual memory usage:

    There are a large number of databases on the system (for example, more than 500).

    Most of the databases are updated (for example, the databases do not have a "read only" status).

    There are enough concurrently active user connections to use most of the 255 SQL Server worker threads.

    I am not sure of anything else other than the Task MAnager(which will only show total memory usage). WIll keep you posted if I get any..

  • For SQL Server 2005, is there any query or something to find out the Total Virtual memory & Used Virtual memory?

    For above SQL Server 2005, I know that we can use both "sys.dm_os_sys_info" or "sys.dm_os_sys_memory" DMVs but not sure in 2005.

    Any help? Please

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

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