260.
What does the following do
SET STATISTICS IO ON
View Description
STATISTICS IO provides detailed information about the impact that your query has on SQL Server. It tells you the number of logical reads (including LOB), physical reads (including read-ahead and LOB), and how many times a table was scanned.