vote up 1 vote down star

The output from a SQL Server trace in profiler contains the columns CPU and Duration (amongst others). What units are these values in?

flag

1 Answer

vote up 2 vote down check

CPU is in milliseconds, Duration in microseconds. From this link.

link|flag
Thanks - it was actually a SQL2000 log I was looking at which reports in milliseconds which the link also answered. – PaulB Jun 10 at 16:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.