SQL @@TIMETICKS Statistical Function returns the number of microseconds per tick. The syntax behind this is @@TIMETICKS is
@@TIMETICKS
SQL @@TIMETICKS Example
The below code part will show you the total number of microseconds per click for this SQL Server.
SELECT @@TIMETICKS AS 'Time in No of MS'