All Tags »
SQL Server 2008 »
SQL Server 2005 »
Connect »
parallelism »
MAXDOP (RSS)
Sorry, but there are no more tags available to filter with.
-
Don't get me wrong; parallel processing is great. And with SQL Server in particular, there are many benefits to taking advantage of the power of multiple CPUs. However, we have all had cases where what looked like parallelism was actually hurting us (you remember turning off hyperthreading on SQL Server boxes, right?), and cases where ...