Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is an execution plan? When would you use it? How would you view the execution plan?

Add comment
Views: 61
Votes: 0
Comments: 0
An execution plan is basically a road map that graphically or textually shows the data retrieval methods chosen by the SQL Server query optimizer for a stored procedure or ad-hoc query and is a very useful tool for a developer to understand the performance characteristics of a query or stored procedure since the plan is the one that SQL Server will place in its cache and use to execute the stored procedure or query. From within Query Analyzer is an option called “Show Execution Plan” (located on the Query drop-down menu). If this option is turned on it will display query execution plan in separate window when query is ran again.
Others in this Category
document What are synonyms?
document What is Stored Procedure?
document Q: What is ON DELETE CASCADE ?
document Q: What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
document What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
document What is XPath?
document What are different types of Collation Sensitivity?
document What is FOREIGN KEY?
document Name 3 ways to get an accurate count of the number of records in a table?
document What is use of DBCC Commands?
» More articles



RSS