Interview Questions

You wish to prevent anyone from using the sa account on your SQL Server 2005 instance, but still keep it available if your polocy changes. What can you do?

Microsoft SQL Server FAQs


(Continued from previous question...)

You wish to prevent anyone from using the sa account on your SQL Server 2005 instance, but still keep it available if your polocy changes. What can you do?

Answer: Disable the account.

Explanation: You can disable the sa account in SQL Server 2005, which prevents its use.

(Continued on next question...)

Other Interview Questions