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.
| Author |
Topic |
|
PaulTeal
Yak Posting Veteran
67 Posts |
Posted - 2004-02-24 : 11:21:51
|
| I am looking for a SQL Profiler event category that tracks the total CPU Usage and Memory Usage for the whole server. Can I look at something that high level in profiler?Paul Tealpaul@partytilyoupop.com |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-02-24 : 12:35:46
|
| No, SQL Profiler is not the tool for this. SQL Server doesn't know about server performance, it only knows about the database performance. Performance Monitor is the tool for this type of thing.Tara |
 |
|
|
|
|
|