Mega Code Archive

 
Categories / MSSQL Tutorial / System Settings
 

@@IO_BUSY Displays the number of milliseconds spent performing IO operations since the SQL Server instance

was last started. 3> 4> SELECT 'IOBusy', @@IO_BUSY 5> GO ------ ----------- IOBusy         210 (1 rows affected)