Stumbled across the concept of a remote join hint today but it is not well explained and I havn't found a site that does explain it well.
When would you want to specify a Remote Join hint on a non local table and what benefit do you receive?
SELECT * FROM
MyLocalTable A
INNER REMOTE JOIN
MyRemoteServer..MyRemoteTable B
ON A.Col1 = B.Col1
Dazed and confused
(N+, MCAD)
When would you want to specify a Remote Join hint on a non local table and what benefit do you receive?
SELECT * FROM
MyLocalTable A
INNER REMOTE JOIN
MyRemoteServer..MyRemoteTable B
ON A.Col1 = B.Col1
Dazed and confused
(N+, MCAD)