How to Display, Amount of Disk Activity Generated by
Transact-SQL Statements?
Answer / 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 |
What is onf in normalization form?
What is bcnf normalization form?
How to view existing indexes on an given table using sys.indexes?
Your table has a large character field there are queries that use this field in their search clause what should you do?
Working with TLogs
What is blocking and how would you troubleshoot it?
How will you collect the date from current date to last older 6 days date in sql server 2005
What are the differences between local and global temporary tables?
Why do you want to join software field as you have done your BE in Electronics?
How to recreate an existing index in ms sql server?
What is a print index?
What is 1nf normalization form?