SQL 2005 Memory Occupation

  • I have noticed sql server has taken around 50% RAM size memory and keep with it even when the server is not having much load.

    Is it a way to release it or findout which of sql background process occupying the memory size.

    Thanks in advance.

    Regards
    Durai Nagarajan

  • It will release it only if required(for example, OS starving for memory --Experts plz comment).

    To monitor memory usage use DBCC Memorystatus(http://support.microsoft.com/kb/271624).

    Also, DMV named 'sys.dm_os_memory_clerks' could be used too.

    MJ

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

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