How can you get SQL Server 2005 to simulate multiple processors for query testing?
Answer: Use the -P parameter in the startup parameter list.
Explanation: You can use the -Px trace flag in the startup parameters, where x is the number of processors to simulate. Beware of using numbers higher than 4 on a single processor machine. Also note that this is unsupported by Microsoft.