DBA > Job Interview Questions > Microsoft SQL Server FAQs
What does REVERT do in SQL Server 2005?
More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
Answer Restores your previous execution context. Explanation If you have changed your execution context with EXECUTE AS, the REVERT statement will restore the last context priot to the EXECUTE AS.
(Continued on next question...)
Other Job Interview Questions