0 pts.
1,740 pts.

Answer Wiki:
preface your table with the database. ex.

select ... from db.owner.table

if you don't need to specify the owner you can do:

select * from db..table
Last Wiki Answer Submitted:  Nov 21, 2005  12:53 AM (GMT)  by  randym   1,740 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

How could I apply what you’ve suggested using code?

web.config (

 0 pts.

 

Yes, the userid you use to connect would need permissions to both databases and tables; but you connect to just one DB. Then the sql statement “select … from db.owner.table inner join db2.owner.table on …..” should work

 1,740 pts.