Interview Questions

In SQL Server 2005, what permissions does a user need to successfully execute the USE command?

Microsoft SQL Server FAQs


(Continued from previous question...)

In SQL Server 2005, what permissions does a user need to successfully execute the USE command?

Answer: CONNECT permission on the target database.

Explanation: A user needs the CONNECT permission on the target database.

(Continued on next question...)

Other Interview Questions