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
 Linked servers

Author  Topic 

tleonard
Starting Member

13 Posts

Posted - 2008-09-23 : 14:38:45
I've read that recycling the server can disconnect the link. Is there any way in the stored procedure to check the link prior to executing select/update's against it? If so, how?

cbeganesh
Posting Yak Master

105 Posts

Posted - 2008-09-24 : 12:18:58
select * from sysservers
where isremote = 1
and srvname = servername
Go to Top of Page
   

- Advertisement -