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
 SQL Server Administration (2005)
 calling another server connection through a stored

Author  Topic 

Peace2007
Posting Yak Master

239 Posts

Posted - 2008-11-23 : 03:26:15
Hi,
Is there a way to connect to another SQLServer and read its data through a stored procedure, or function, etc.?
I'm looking for a way except linked server.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-23 : 03:43:04
yup. if you not want to set up linked server the other option is OPENROWSET. look for details below

http://msdn.microsoft.com/en-us/library/aa276850(SQL.80).aspx
Go to Top of Page

Peace2007
Posting Yak Master

239 Posts

Posted - 2008-11-23 : 04:30:34
Thank you visakh!
Go to Top of Page
   

- Advertisement -