• Ninja's_RGR'us (12/21/2010)


    So which was better performance wise? maxdop 1 or 0?

    Yes I know the results are wrong without the order by!

    well for ad-hoc examination it was much better to leave off the order-by and remember that the results had sub-sections in nondeterministic order.

    otherwise the answer is the typical "it depends" - on tradeoff between sorting a huge flat resultset and the time it takes to select each part with multiple CPU.