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?



September 09, 2006 20:35:51 #1
 sapna   Member Since: Visitor    Total Comments: N/A 

RE: Are there any Commands, can be used to calculate t...
 

set showplan on

set showplan_text on

     

 

Back To Question