Originally posted by Chris Daniel:
well, it is common that many databases will be present for a enterprise; but there are common tables that are shared across different databases.
They are usually names as a reference work in the schema. I can not answer how to setup this mechanism.
This is more of a database question. Please check with a DBA in your work place, if he is experienced and knows stuff; he can sure help you set that up.
(example is employee table in a enterprise database setup).
Dan.
This is an interesting idea... I think this could be achieved when defining a table in one db and declaring an alias pointing to it in another.
Thanks, guys, for your help!