Query plan - an efficient way to guide the query execution, but how best you can help the query optimizer to prepare and compile the plan quickly for the better results. Whenever you are involved in the query performance exercise then ensure that the analysis must include the improvisation of query execution plans and monitor the cached query plans that are used by the application/ad hoc queries from users. There are plenty of resources available out there to talk about the query plan and plan cache,...(
read more)
No comments yet, be the first one to post comment.