I have a empty database called MASTERDB and around 10, or more, slave databases that are copies of the MASTERDB database.
MASTERDB will be always empty, as I only need the schema. No data is going to be replicated/mirrored.
The scenario:
- I create a new table on MASTERDB and I want that table to be created on those 10 tables automatically
- If I change a field on MASTERDB, replicate the changes for all the other databases
I have looked at Mirroring and Replication, but I could not determine if these will do what I want.
Thanks in advance