Interview Questions

Which permission in SQL Server 2005 allows you to switch your security context to that of another user with the EXECUTE AS statement?

Microsoft SQL Server FAQs


(Continued from previous question...)

Which permission in SQL Server 2005 allows you to switch your security context to that of another user with the EXECUTE AS statement?

Answer: Impersonate

Explanation: The IMPERSONATE permission is required to change context to that of another login.

(Continued on next question...)

Other Interview Questions