Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / sumit

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.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are cursors stored procedures and triggers?

1076


What is the osql utility?

1033


What are exact numeric data types in ms sql server?

1134


Can group by be used without aggregate functions?

961


How to start sql server browser service?

1176


Do you know what guidelines should be followed to help minimize deadlocks?

1012


Explain about the command-line tool SQLCMD?

1139


explain different levels of normalization? : Sql server database administration

1047


Describe different Processing Modes offered by SSRS?

256


How to run queries with sql server management studio express?

1151


How will you optimize a stored procedure optimization?

1107


Why are views required in the sql server or in any other database?

997


What is a schema in ms sql server 2005?

1023


What is the new security features added in sql server 2016? : sql server security

1152


What is SQL Azure Data sync?

123