SQL design around lack of cross-database foreign key references

前端 未结 9 1053
既然无缘
既然无缘 2020-12-15 05:22

For better or worse, we have a solution that relies on multiple databases that all reference a common administration database. Databases ship as part of modules, and not al

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-15 06:08

    Assuming each module is set up so that it's linked with the administration database, you might be able to simplify thing by setting up views for the administration tables within each module database.

提交回复
热议问题