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 2008 Forums
 SQL Server Administration (2008)
 Creating a Trace file?

Author  Topic 

Bill_C
Constraint Violating Yak Guru

299 Posts

Posted - 2012-12-10 : 09:11:48
Having not used a trace before I now need to monitor CPU and Memory usage in a Trace file over a 24hr period so I can check what jobs/processes were running at that time, how do I do this?


sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2012-12-10 : 15:12:50
If I understand correctly, you want to correlate profiler information with performance monitoring?
Go to Top of Page

johnson_ef
Starting Member

16 Posts

Posted - 2012-12-11 : 04:00:07
Hi Bill,

MSDN give one good page which may help you in this situation. Probably, you might have googled it, still I paste it here, for whole community can view it.

http://msdn.microsoft.com/en-us/library/cc966540.aspx

-Johnson
Go to Top of Page

Bill_C
Constraint Violating Yak Guru

299 Posts

Posted - 2012-12-11 : 07:05:04
quote:
Originally posted by sodeep

If I understand correctly, you want to correlate profiler information with performance monitoring?



Yes, that is correct, i wish to log the usage of CPU and memory by process if possible to see what is using these resources.

@johnson

Thanks for the link.
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2012-12-11 : 10:35:49
Here it is

http://www.simple-talk.com/sql/database-administration/correlating-sql-server-profiler-with-performance-monitor/
Go to Top of Page

Bill_C
Constraint Violating Yak Guru

299 Posts

Posted - 2012-12-12 : 00:43:28
quote:
Originally posted by sodeep

Here it is

http://www.simple-talk.com/sql/database-administration/correlating-sql-server-profiler-with-performance-monitor/



Thanks.
Go to Top of Page
   

- Advertisement -