@@TOTAL_WRITE Displays the number of disk writes by the SQL Server instance since it was last started. : TOTAL_WRITE « System Settings « SQL Server / T-SQL Tutorial






3>
4> SELECT 'TotalWrite', @@TOTAL_WRITE
5> GO

---------- -----------
TotalWrite       10485

(1 rows affected)








26.41.TOTAL_WRITE
26.41.1.@@TOTAL_WRITE Displays the number of disk writes by the SQL Server instance since it was last started.