Showing posts with label itsql. Show all posts
Showing posts with label itsql. Show all posts

Sunday, February 12, 2012

Best way to determine memory used?

What's the best perfmon counter for determining memory used by SQL? Is it
SQL Server: Memory Manager : Total Server Memory?
Hi
If you are only interested in the total used rather than say the amount
used by the cache or query optimiser then yes!
This may help
http://www.sql-server-performance.co...ce_article.asp
John

Best way to determine memory used?

What's the best perfmon counter for determining memory used by SQL? Is it
SQL Server: Memory Manager : Total Server Memory?Hi
If you are only interested in the total used rather than say the amount
used by the cache or query optimiser then yes!
This may help
http://www.sql-server-performance.c...nce_article.asp
John