Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 CPU & Memory Utilization as per database

Author  Topic 

learntsql

524 Posts

Posted - 2009-12-21 : 05:01:17
Hi..
Is there any way to figureout the %of CPU and Memory utilization of each database in server.
Can i trace these and store it into some file/table for my further ananysys.
TIA.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-12-21 : 11:19:00
You can gather this information using PerfMon.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

ajitgadge
Starting Member

12 Posts

Posted - 2009-12-22 : 07:25:53
You can use WMI event class and alerts and store the perfmon counters information ( like CPU , Memory, I/O Utilization) in database to generate the reports.
Go to Top of Page
   

- Advertisement -