|
|
|
|
Browse by Tags
All Tags » Performance » T-SQL » SQL Server 2012 (RSS)
-
The
optimizer is the part of SQL Server that takes your query and reorders and
rearranges your query to find the optimal execution plan. In theory.
In
practice, that doesn’t always work out well. Often, the optimizer manages to
come up with brilliant ways to execute a complex query very efficiently – but sometimes,
it misses an ...
|
|
|
|
|