Hi,
I already have 3 Databases running:
A. they all have the same tables and the same structure
B. There is no 1 Master table they are all separate tables
What I want to do is to merge them into 1 Master Table to be able to generate reports etc. An append query will not suffice because some fields get updated in the orginial databases.
I have looked into database replication and I think it would work. I have considered the following method:
1. Merge all Data into 1 table
2. create 3 replica's
Issue with this method:
1. Each Database will be populated with data from 2 other databases which is not needed.
Is there a way to resolve this, because if I delete the data from the 2 other tables, wouldn't the replication wizard want to delete that data from the Master aswell?
Best Regards
I already have 3 Databases running:
A. they all have the same tables and the same structure
B. There is no 1 Master table they are all separate tables
What I want to do is to merge them into 1 Master Table to be able to generate reports etc. An append query will not suffice because some fields get updated in the orginial databases.
I have looked into database replication and I think it would work. I have considered the following method:
1. Merge all Data into 1 table
2. create 3 replica's
Issue with this method:
1. Each Database will be populated with data from 2 other databases which is not needed.
Is there a way to resolve this, because if I delete the data from the 2 other tables, wouldn't the replication wizard want to delete that data from the Master aswell?
Best Regards
Comment