SQL Server Memory Usage

  • How do i get the total memory used by sql server instance at any given point of time?

    I want the total memory used currently instead of total allocated memory.

     

    Thanx in anticipation

    Senthil

     

  • Senthil,

    The best way I have found for this is using the following counter in perfmon:

    Process\PrivateBytes\SqlServr

    Then reset the scale to 0.000001

    Jamie

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

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