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 Administration (2000)
 Run sp on a linked server

Author  Topic 

barryfz
Starting Member

1 Post

Posted - 2004-11-03 : 17:19:30
I have set up two sql servers as linked and set the set the security to map all requests into the sa account. In QA I can query against a linked server just fine but when I try to run a sp liek this:



exec mikey.master.dbo.spHelloWorld



I get this error:



Server: Msg 7201, Level 17, State 4, Line 1

Could not execute procedure on remote server 'mikey' because SQL Server is not configured for remote access.



Why can't I run my sp




Barry Fitzgerald

rockmoose
SQL Natt Alfen

3279 Posts

Posted - 2004-11-03 : 18:48:13
Check the properties of the linked server and make sure you have RPC out checked

rockmoose
Go to Top of Page
   

- Advertisement -