Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Linked Server problem

Author  Topic 

msrnivas
Starting Member

4 Posts

Posted - 2004-12-08 : 00:46:39
Hi

My working database is sql2000.

I have admin previliges on my local server.
I created a linked server name 'test' and can execute sql
select * from test.remotesrv.dbo.sales

But when i try connect to other sql account say "Sales_Access" (which is having only db_datareader and db_datawriter)and execute same above sql its giving error.
what previliges to give my Sales_Access accoun.

i tried below one but still no use
EXEC sp_addlinkedsrvlogin 'test', 'true', 'Sales_Access','sales','sales'

thanks
   

- Advertisement -