The output from a SQL Server trace in profiler contains the columns CPU and Duration (amongst others). What units are these values in?
|
|
|
|
|
|
|
CPU is in milliseconds, Duration in microseconds. From this link. |
||
|
