Volleynerd Knowledge Base

Wednesday, November 03, 2004

Exec Stored Proc on remote linked server


Finally found a hint online that shows the extra setting you need to exec linkedServerName.dbName.owner.storedProc

Until now, I get "server not configured for RPC". Turns out, you need to turn ON RPC OUT

syntax:
EXEC sp_serveroption 'linked_server_name', 'rpc out', 'true'

(or use the Ent Mgr UI, right click properties on the linked server)

Google Groups: View Thread "Executing sp of another Server"



Comments: Post a Comment

Home