SQL Profiler CPU / duration units
CPU is in milliseconds. In sql server 2005 and later, duration is in microseconds when saved to a file or a table, and milliseconds in the user interface. In sqlserver 2000, it is always in milliseconds. From MSDN. User jerryhung gives a more accurate version-specific information in a comment: Beginning with SQL Server 2005, the … Read more