GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database  >  SQL Server

 Print  |  
Question:  Are there any Commands, can be used to calculate the performance of a Querry?



June 06, 2008 08:50:01 #2
 smithsi   Member Since: June 2008    Total Comments: 1 

RE: Are there any Commands, can be used to calculate the performance of a Querry?
 
set statistics io on
set statistics time on
     

 

Back To Question