ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
How to Display, Amount of Disk Activity Generated by 
Transact-SQL Statements?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?
Answer
# 1
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 ?    0 Yes 0 No
Guest
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
wt is mean by acid property? i know it is atomocity,consistency,isolation and durabulaty but wt is these mean and wt actions it's perform Idea1
How do you fine the performance tunning? Accenture2
how many types of store procedre in sqlserver 2000? ATI2
Where do you think the users names and passwords will be stored in sql server?  2
how to delete duplicate rows from table in sql server hcl1
What is normalization in Database ?  3
explain different types of jions with examples briefly? Zensar2
Can you give an example of Stored Procedure?  2
What is the use of CASCADE CONSTRAINTS?  2
Can you link only other SQL Servers or any database servers such as Oracle?  1
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?  1
How do you find the number of rows in a table?  5
How do you know which index a table is using?  4
Questions regarding Raiseerror?  1
How will u get 5 years back record?  3
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1; Patni6
how to give input dynamically to a insert statement in sqlserver HCL1
what command is used to create a table by copying the structure of another table?  4
what is mean by crystal repoart? ahere we will mainly use that?  1
What is the difference between temp table and table variable? Microsoft3
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com