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
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.