Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Building relationships across tables in differents databases in the same server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-02-26 : 09:12:02
arnald writes "Is it possible to have, for instance, 3 databases A, B, C and from within A enforce integrity with tables in B or C (and make diagrams).
Thanks
Arnald"

ToddV
Posting Yak Master

218 Posts

Posted - 2002-02-26 : 09:14:55
quote:

arnald writes "Is it possible to have, for instance, 3 databases A, B, C and from within A enforce integrity with tables in B or C (and make diagrams).
Thanks
Arnald"



No. You could enforce integrity with triggers though. Or move things into one db.

Go to Top of Page
   

- Advertisement -