Memory Utilization

  • Hello, During some operation I want to check the Memory utilization. Can I get some memory utilization details by some query/DMV like this:

    TotalAvailableMemoryUsedMemory

    -------------------------------------

  • Checkout the sys.dm_os_memory_xx dmv's - there should be something in there you're after.

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • I'ev checked a lots of them already but don't understand which values to use for checking memory pressure while running my code.

  • Chapter 4: http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks a lot Gail. This is exactly what I was looking for. Thanks one again for sharing this link.

  • try out DBCC memorystatus. It is documented online by Microsoft but not in Books Online.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 6 posts - 1 through 5 (of 5 total)

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