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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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 ?    1 Yes 0 No
Guest
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
How the data stores in a page?  1
What are the types of backup and tell me the difference between full and differential backup? TCS3
how can u select the Distinct values in the table, table having 20 columns , i want all columns  1
How to determine the service pack currently installed on SQL Server? HCL4
select empid empname from employee What is the result for the about query?  4
one table has four field id,name,design,salary. i have to find maximum salary .  6
Assume,there are three tables in a database, Can i have both primary key and foreign key for each table in the same database?  4
wht is normalization?can u explain me in detail? TCS6
How To Make password Protected SQL Server 2005 Database i.e when i open SQL Server database then ask for password.  1
CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.  2
How to Create Login and User through query in Sql server 2005.and also how to delete Login and User through query?  2
what are the new features of sql server 2005? HP5
IN Vs OR operator which is best to use sql server.  3
Let’s say the table in the database is named as TBL_Register. The fields in this table include: 1. User_Name, 2. User_Telephone, 3. Register_Date The field Register_Date stores the current date and time of the registration. Write the SQL statement that inserts the data into the table. Techno-Solutions2
How do you check the performance of a query and how do you optimize it?  1
how many joins we can write if at all we have n no of tables Tanla-Solutions4
Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases?  2
Can you explain the types of Joins that we can have with Sql Server?  2
employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values r repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.  2
how to count datewise data in sqlserver IndusInd-Bank3
 
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