SQL Server/T-SQL/System/TOTAL READ — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:20, 26 мая 2010
@@TOTAL_READ Displays the number of non-cached disk reads by the SQL Server instance since it was last started.
3>
4> SELECT "TotalRead", @@TOTAL_READ
5> GO
--------- -----------
TotalRead 755
(1 rows affected)