Establishing the relationship across the database

  • Hello,
       I want to know, whether is it possible to establish the relationship between the tables, which are present in different databases? Because, I am in a situation, where I need to maintain two databases for the same application, doing different situation. But I need to maintain strict relationship among the master tablse. These master tables should be same in both the tables. Is there any way to achieve this?
     
    --With Regards,
    Sheshadrinath.R
  • You can't enforce a relationship between databases with foreign key constraints, but you may be able to do it with triggers or, possibly, replication.

    Greg

    Greg

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply