Interview Questions

Your SQL Server 2005 Express Edition locks up frequently and cannot be accessed. How can you enable the dedicated administrator connection?

Microsoft SQL Server FAQs


(Continued from previous question...)

Your SQL Server 2005 Express Edition locks up frequently and cannot be accessed. How can you enable the dedicated administrator connection?

Answer: You must use a trace flag to enable Express to listen with a DAC.
Explanation: The dedicated administrator connection is not normally available in SQL Server 2005 Express Edition, but with trace flag 7806 it can be enabled.

(Continued on next question...)

Other Interview Questions