Viewing 5 posts - 1 through 5 (of 5 total)
The Query Optimizer is good at working out the best way of getting what you want, far better than you. It works out the best plan, based on what you...
September 6, 2015 at 8:56 am
Crazy idea, does anyone know what version the memory leak on stats was in? If I recall there is some sort of memory leak with auto update stats async on....
June 23, 2014 at 9:36 am
Mauve (12/3/2013)
The SQL Server optimizer, in this case will...
December 3, 2013 at 11:24 am
I could be wrong but if you pop the server into single user mode and an index that uses a as a lead column will return results in order every...
December 2, 2013 at 2:31 pm
Yes it will if the non cluster covers the query which in the case of select a from #temp order by a will do as it can scan the index...
December 2, 2013 at 2:25 pm
Viewing 5 posts - 1 through 5 (of 5 total)