Quote:
|
Originally Posted by cruzmichael
How to I handle the non-shared data objects among the four applications.
|
i would simply add them to the model
the thing about a logical data model is that it's logical
it says nothing about how the physical tables to implement the model's
entities will be partitioned into separate databases
so even if you end up with a "shared" (common) database, as well as
separate databases for the separate applications, you would still have
everything included in the overall global data model
helps?