How to Display, Amount of Disk Activity Generated by
Transact-SQL Statements?
Answer Posted / guest
You can set SQL Server to display information regarding the
amount of disk activity generated by T-SQL statements. This
option displays the number of scans, the number of logical
reads (pages accessed), and the number of physical reads
(disk accesses) for each table referenced in the statement.
This option also displays the number of pages written for
each statement. When STATISTICS IO is ON, statistical
information is displayed. When OFF, the information is not
displayed. After this option is set ON, all subsequent T-
SQL statements return the statistical information until the
option is set to OFF.
Here is the syntax:
SET STATISTICS IO {ON | OFF}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is the exact numeric data type in sql?
What do you mean by cardinality?
Where to find ntwdblib.dll version 2000.80.194.0?
How can you set the threshold at which sql server will generate keysets asynchronously?
Which is the latest version of sql server and when it is released?
What is a select query statement in ms sql server?
What is logon trigger?
What is a subquery in a select query statement in ms sql server?
What is the purpose of linked server configuration in sql server?
What is spid in sql server profiler?
List out a number of the wants to setup a SQL Server failover cluster?
Will the writetext statement activate a trigger?
What is postgresql server?
Do you know concepts and capabilities of sql server?