Linked server logins and local database roles

  • Is there any way to map a local database role to a linked server login? Or do I have to map every single user to linked server login who needs to query linked server's tables?

    __

    Lauri

  • Check sp_addlinkedsrvlogin in BOL. If you use @useSelf = true, then the login that you are using, will try to log into de linked server.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply