Just fully qualify the tables.
Something like this:
SELECT t1.*, t2.* from [Database1].[dbo].[table] t1
JOIN [Database2].[dbo].[table] t2 on t1.column = t2.column
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========