@@IDLE Displays the total idle time of the SQL Server instance in milliseconds, since the instance was last : IDLE « System Settings « SQL Server / T-SQL Tutorial






started.
3>
4> SELECT 'IDLE', @@IDLE
5> GO

---- -----------
IDLE     4882969

(1 rows affected)








26.13.IDLE
26.13.1.@@IDLE Displays the total idle time of the SQL Server instance in milliseconds, since the instance was last