December 1, 2011 at 2:40 am
Hi,
One of my users was having problems connecting to one of the instances on our consolidated server. This server holds several instances of both 2005 and 2008. I found out that the memory was being used by one instance alone. Is there a dmv that could have told me this and also what is the best way to monitor which instance/s is using most of the memory.
Thanks
December 1, 2011 at 3:10 am
select *
from sys.dm_os_performance_counters
where counter_name = 'Total Server Memory (KB)'
Run this on all the instances and you'll get the whole picture.
-- Gianluca Sartori
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy