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)
 SQL Database Link

Author  Topic 

Markherring
Starting Member

1 Post

Posted - 2002-05-17 : 04:20:28
I want to set up a direct database link between two SQL Server databases on separate servers. I will then need to run stored procedures on the first server from the second server.
Anyone know the best way to achieve this.

Thanks
Mark

khalik
Constraint Violating Yak Guru

443 Posts

Posted - 2002-05-17 : 04:22:02


create a linked server
and u can access any object of the linked server


======================================
Ask to your self before u ask someone
Go to Top of Page
   

- Advertisement -