|
|
|
|
Browse by Tags
All Tags » Performance » Disk I/O » SQL Server 2008 (RSS)
-
All the previously posted results (May 25th and May 29th) on this exercise were obtained with query parallelism disabled (i.e. the sp_configure ‘max degree of parallelism’ option was set to 1).
Since the following test query is sensitive to query parallelism, we need to see what impact query parallelism may have.
DBCC ...
|
|
|
|
|