Udostępnij za pośrednictwem


@@TIMETICKS (Transact-SQL)

Returns the number of microseconds per tick.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

@@TIMETICKS

Return Types

integer

Uwagi

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';

Zobacz także

Odwołanie

System Statistical Functions (Transact-SQL)