One User database servicing multiple application databases

前端 未结 4 556
囚心锁ツ
囚心锁ツ 2021-01-03 02:27

I am administering a rather large database that has grown in complexity and design from a single application database. Now there is a plan to add a fifth application that ca

4条回答
  •  难免孤独
    2021-01-03 03:05

    I created something like this a few years ago using views and stored procedures to bring in the data from the Master database into the subordinate databases. This would allow you to fairly easily join those master tables into the other subordinate tables.

提交回复
热议问题