Re: Linked server only allow access to one database



jbyrd (jayloub@xxxxxxxxxxx) writes:
Is it easy to add a linked server and only allow the linked server to
use a single view in one database?

You can set up with sp_addlinkedsrvlogin how to log in at the remote
server. In this case, you would log in with a user that has access to
this single database with the view.


--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.



Relevant Pages