DBA > Job Interview Questions > Microsoft SQL Server FAQs

When a user on a remote SQL Server wants to exec

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

When a user on a remote SQL Server wants to execute a stored procedure through a linked server on your local server, what security context is used?

Answer: The local login that is mapped from the remote procedure call.

Explanation: When a linked server is setup, remote logins must be mapped to local logins.

(Continued on next question...)

Other Job Interview Questions