How can you tell if queries in your application use good query plans? And if they don't, is there any way to force the query optimizer to use a good query plan?
This tutorial aims to give an all-around answer. We will:
show how to find queries which use expensive query plans, discuss possible reasons why the optimizer can make poor query plan choices, show how to determine what... [read more]








































