All Tags »
T-SQL »
performance »
SQL Server 2008 »
SQL Server 2012 (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...