SQL design around lack of cross-database foreign key references

前端 未结 9 1060
既然无缘
既然无缘 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

    We have the exact same problem and quite frankly, it sucks. Our only solution we found effective was option D and using the business layer to try and keep things in sync (encasing in transactions etc.)

提交回复
热议问题