Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of microseconds per tick.
Transact-SQL Syntax Conventions
Syntax
@@TIMETICKS
Return Types
integer
Remarks
The amount of time per tick is computer-dependent. Each tick on the operating system is 31.25 milliseconds, or one thirty-second of a second.
Examples
SELECT @@TIMETICKS AS 'Time Ticks';
See Also
Reference
System Statistical Functions (Transact-SQL)