Jump to content

Query optimizer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CanonMR~enwiki (talk | contribs) at 08:28, 13 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A physical component of SQL Server that is used to analyzes queries submitted to SQL Server for execution, and then determines the optimal way to execute the query. The query optimizer cannot be accessed directly by users. Instead, once queries are submitted to SQL Server, and parsed by the parser, the parser passes the queries to the query optimizer where optimization occurs.