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.
| 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).ThanksArnald" |
|
|
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).ThanksArnald"
No. You could enforce integrity with triggers though. Or move things into one db. |
 |
|
|
|
|
|