Groups | Blog | Home
all groups > sql server connect > july 2003 >

sql server connect : Linked Server vs. Linked Tables



Michael
7/14/2003 8:19:28 AM
Hi,

instead of a pure linked server connection (which I have
set up successfully already), I would need the
functionality of liked tables (i.e. being able to access
tables in regular, not 4-part syntax and get the access
re-routed to the linked server).

Is there any way of setting up table aliases or mappings
that point to linked servers? (Views do not help because
I need to process complex transactions that involve many
tables.)

Thanks for any suggestions,

Michael
7/14/2003 9:05:56 AM
That was also my obvious choice. Unfortunately, views
won't do the (full) job because there are indexed tables
in the linked database and I need the indexes (and other
optimization logic in that other database) to be used.

Thanks,

Michael

[quoted text, click to view]
John Bell
7/14/2003 4:54:41 PM
How about a view?

John

[quoted text, click to view]

John Bell
7/14/2003 6:24:26 PM
This sounds like you really need a remote procedure!

John


[quoted text, click to view]

Erland Sommarskog
7/14/2003 9:55:26 PM
Michael (michael@ihringer.de) writes:
[quoted text, click to view]

Replication?


--
Erland Sommarskog, SQL Server MVP, sommar@algonet.se

Books Online for SQL Server SP3 at
AddThis Social Bookmark Button