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 2005 Forums
 Transact-SQL (2005)
 Execute procedure on remote server

Author  Topic 

Mondeo
Constraint Violating Yak Guru

287 Posts

Posted - 2007-11-20 : 09:42:22
I have SQL 2005 Express on two servers.

Can an SP on server 1 execute another SP on server 2?

Thanks

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-11-20 : 12:07:48
Yes, you have to have a linked server and call it using the 4 part name.



Future guru in the making.
Go to Top of Page
   

- Advertisement -