@@TOTAL_READ function returns the number of disk reads by SQL Server since last started.
Syntax of @@TOTAL_READ Function :
@@TOTAL_READ
Return type of an above function is an integer.
Examples of @@TOTAL_READ Function :
Example 1 : Use of @@TOTAL_READ function in select clause
Output
Above example returns 429 number of disk read by sql server since last started.