February 13, 2013
by
0 comments | 1,881 views

VN:RO [1.9.17_1161]

Low physical/external memory

Determining if your operating system is causing memory issues within your SQL Server instance can be a challenge. One way around it is to use the sys.dm_os_ring_buffers to show when server memory is low. Read more

January 15, 2013
by
1 Comment | 1,094 views

VN:RO [1.9.17_1161]

Low virtual memory

Determining if your SQL Server instance is experiencing memory issues within the SQL Server Virtual Address Space (VAS) can be a challenge. One way around it is to use the sys.dm_os_ring_buffers. Read more

July 4, 2012
by
1 Comment | 892 views

VN:RO [1.9.17_1161]

Buffer pressure

Trying to determine if you have pressure in your buffer allocations can be difficult. Buffer cache hit ratio is an almost useless metric, so you need a mechanism to let you know if there’s a problem in that area. Read more