I have a situation and don’t know the best approach. I have come into an environment where there are many databases (20-30) using many of the same tables. Example is that db 1 may use tables from 2,4, & 5 and db 2 may use table from 4. Hope that makes sense.
One db in particular has information created and updated by the scheduling group but is needed by many other areas (databases). I want to share this table but do not want the other users link directly to the ‘master’ table. If I understand ‘links’ correctly it is a link and will update the data in the table. Because of data corruption and other concerns I do want to link the tables.
What I want to do is create one database that is a tables ‘warehouse’ and have the tables in this db be copies of the master. In this db the tables will be a ‘copy’ of the table from the source or master db. The problem I have is how to keep the copies up-to-date.
Can someone give me an approach or direction to take?
Also, really want to stay away from MS security if possible.
One db in particular has information created and updated by the scheduling group but is needed by many other areas (databases). I want to share this table but do not want the other users link directly to the ‘master’ table. If I understand ‘links’ correctly it is a link and will update the data in the table. Because of data corruption and other concerns I do want to link the tables.
What I want to do is create one database that is a tables ‘warehouse’ and have the tables in this db be copies of the master. In this db the tables will be a ‘copy’ of the table from the source or master db. The problem I have is how to keep the copies up-to-date.
Can someone give me an approach or direction to take?
Also, really want to stay away from MS security if possible.