SQL Server/T-SQL Tutorial/System Settings/TOTAL READ — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:23, 26 мая 2010
@@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>