@@IO_BUSY Displays the number of milliseconds spent performing I/O operations since the SQL Server instance : IO_BUSY « System Settings « SQL Server / T-SQL Tutorial






was last started.
3>
4> SELECT 'IOBusy', @@IO_BUSY
5> GO

------ -----------
IOBusy         210

(1 rows affected)








26.15.IO_BUSY
26.15.1.@@IO_BUSY Displays the number of milliseconds spent performing I/O operations since the SQL Server instance