DBA > Job Interview Questions > Microsoft SQL Server FAQs

How can you get SQL Server 2005 to simulate mult

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

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.

(Continued on next question...)

Other Job Interview Questions