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 2000 Forums
 SQL Server Administration (2000)
 SP_WHO2

Author  Topic 

TRACEYSQL
Aged Yak Warrior

594 Posts

Posted - 2007-04-03 : 15:32:46
When i do sp_who2
There is CPU Time and Disk I/O

Is this what the particular process is doing at the time.

CPU Time is this in milliseconds
Disk I/O is this in bytes and to get to megs * by 1024

If the process is just sleeping are these just taking up value cpu ?

Thanks

mcrowley
Aged Yak Warrior

771 Posts

Posted - 2007-04-04 : 10:38:21
Those values are cumulative over the life of the connection.
Go to Top of Page

TRACEYSQL
Aged Yak Warrior

594 Posts

Posted - 2007-04-04 : 11:09:22
CPU time is measured in millisecons
and i/o measured in 8k ?

Is there a way to get for each process.
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2007-04-04 : 12:30:18
SQL Profiler will tell you that....

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -