@@TIMETICKS (T-SQL)

Returns the number of microseconds per tick.

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 (one thirty-second of a second).

Examples

SELECT @@TIMETICKS

  

See Also

System Statistical Functions

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.