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 |
|
igorblackbelt
Constraint Violating Yak Guru
407 Posts |
Posted - 2005-10-10 : 15:07:26
|
| Hello All -Question, if I have 2 Servers, Server A and Server B, Server A is linked to Server Z, Server B doesn't have access to Server Z but has access to Server A. Is that possible to have Server B access Server Z thru Server A ? Note: Server A and B are SQL Server, Server Z is a Lotus Notes Server.Thanks in advance!---Thanks!Igor. |
|
|
Kristen
Test
22859 Posts |
Posted - 2005-10-10 : 15:08:36
|
| I haven't done it, but I expect you could use OPENQUERY to pass a query through A to thereby get to Z.Performance may be terrible though!Kristen |
 |
|
|
|
|
|