|
mohdowais
Sheikh of Yak Knowledge
United Arab Emirates
1456 Posts |
Posted - 11/24/2003 : 00:50:22
|
Did you follow the syntax correctly using a three part name?
SELECT a.col1, b.col2 FROM database1..tablea a INNER JOIN database2..tableb b ON a.col3 = b.col3
Also, the user must have select permissions on both tables, which also means the user must exist in both databases.
Owais
Where there's a will, I want to be in it. |
 |
|