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 |
|
sahu74
Posting Yak Master
100 Posts |
Posted - 2003-03-26 : 13:13:12
|
| I have a query that pulls data from server A and server B. I am running the query on server C. The query displays results only if I use openquery(serverA, ...).Is there any other way that would work?Is there a way in SQL server to use 'alias' for table names as in Oracle?Any help will be appreciated.Thanks,PKS. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-03-26 : 13:34:19
|
| What do you mean by "The query displays results only if I use openquery(serverA, ...)."? What other way are you trying (maybe the four part naming convention?)?Tara |
 |
|
|
|
|
|