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.
| 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 AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
jayp369
Starting Member
26 Posts |
Posted - 2007-02-22 : 13:20:48
|
| Cool, that workedThanksJay |
 |
|
|
|
|
|