Force T-SQL Query to Use Certain Index to Improve Query Performance
Posted in SQL Server on February 4th, 2009 No Comments »
I was told by various documentations and technical articles that SQL Server Query Optimizer does a good job on selecting which index to use when establishing
a query execution plan. And it is in rare cases that you will find justification to use index hint. I believe I encountered this kind of rare cases a […]
