Mega Code Archive

 
Categories / MSSQL Tutorial / System Settings
 

@@TOTAL_READ is a count of the total read operations that have occurred since the current connection was opened

5> Select @@TOTAL_READ 6> GO -----------        1148 (1 rows affected) 1>