I wanna know if it's possible to SELECT items from two tables related, each one in a different database.<br><br>For instance, there are two tables Table1 in Database1 and Table2 in Database2. I want to JOIN Table1 and Table2. How can I do this?<br><br>I've tried with the USE clause, but only accepts one Database name.<br><br>Please, I need help.<br><br>Thanx.