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
 General SQL Server Forums
 New to SQL Server Programming
 error when executing sp_addlinkedserver

Author  Topic 

DURGESH
Posting Yak Master

105 Posts

Posted - 2009-03-24 : 03:16:13
hi all,
i am getting following error when running sp_addlinkedserver

"Server: Msg 15247, Level 16, State 1, Procedure sp_addlinkedserver, Line 26
User does not have permission to perform this action."

i have two users to access sql server 1.sa default and other "jaydee"

can anybody help me to solve this issue

regards
Durgesh

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-03-25 : 13:37:32
this means you havent given permissions to current user for executing sp_linkedserver
Go to Top of Page
   

- Advertisement -