July 2012
Intermediate to advanced
478 pages
10h 3m
English
In this chapter we will cover:
NOLOCK table query hint FORCESEEK and INDEX table hintsWhen you submit a SQL query to the SQL Server, SQL Server first parses the query to check whether it's syntactically correct or not. Once the query is parsed, a parse tree is generated. The parse tree becomes the input of the next process, which is known as algebraization. The algebrizer resolves all the names, data types, and aliases of columns of various objects and creates a query tree, which the query optimizer can understand. Query optimizer optimizes queries, depending ...
Read now
Unlock full access