Interview Questions

To optimize the configuration of tempdb for performance, what setting should be used for the tempdb recovery model?

Microsoft SQL Server FAQs


(Continued from previous question...)

To optimize the configuration of tempdb for performance, what setting should be used for the tempdb recovery model?

Answer: Simple

Explanation: Since tempdb is used for temporary storage and rebuilt every time the server is started, the Simple recovery mode makes the most sense.

(Continued on next question...)

Other Interview Questions