Returns the number of microseconds per tick.
@@TIMETICKS
integer
The amount of time per tick is computer-dependent. Each tick on the operating system is 31.25 milliseconds (one thirty-second of a second).
SELECT @@TIMETICKS
System Statistical Functions