October 11, 2011 at 12:38 am
October 11, 2011 at 1:56 am
This was removed by the editor as SPAM
October 11, 2011 at 2:03 am
select name,type,
sum(single_pages_kb+multi_pages_kb) as MemoryKB
from sys.dm_os_memory_clerks
group by name,type
order by memorykb desc
October 11, 2011 at 3:50 am
October 11, 2011 at 9:14 am
You can use DBCC MEMORYSTATUS
http://support.microsoft.com/kb/907877
Thanks
Chris
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply