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)
 Calling Functions...

Author  Topic 

jayp369
Starting Member

26 Posts

Posted - 2007-02-22 : 12:41:16
Is there a way to call functions across servers, that standard server.database.user.function does not work, is there another way?

Jay

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-02-22 : 13:03:22
Have you added desired server as Linked server?

If yes, you can also try using OPENQUERY().

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

jayp369
Starting Member

26 Posts

Posted - 2007-02-22 : 13:20:48
Cool, that worked

Thanks

Jay
Go to Top of Page
   

- Advertisement -