I'm kind of new at working with Enterprise Geodatabases and I'm setting this all up by myself so I'm not sure if this is the route to go. We are working in 3 states and I want a different Database for each state - it will just make all of our editing and field work a lot easier to manage. However, I want them to all have the same schema and I am still making quite a few changes to the DB schema while we work through some issues and figuring out the best set up. Instead of needing to import an XML every time, I'm wondering if I should just make one Blank DB with the schema that I do all my schema edits on, then make all my 'production' DB's Child replicas so they will see the changes? We are using SQL Server as our DBMS if that helps.
I'm hoping someone has a simpler suggestion, cause I don't ever want to make a mistake like Syncing changes and then they all suddenly have data from one state that I didn't want there.
TIA for the help or suggestions!
Solved! Go to Solution.
Hello..
Yes, Replication can be useful for your scenario. For Replication, you will need always one Parent gdb and one Child gdb. However the Parent can't be blank with only schema, like you suggested.
Note: You can do schema changes for existing data which is part of the replica, but you won't be able to add new Feature Classes/Table to existing replica.
...
Sure! Right now, I just have three independent Enterprise Geodatabases. I've enabled traditional versioning on all of them. They all started with the same empty schema, but I've made a lot of updates to the Idaho one - it's the one I work in the most. So now, it has a lot of updated and changed fields which will take a lot of work to find all those changes to replicate in the other DBs. I'm not sure if there's much more I can offer than that as far as setup goes.
Hello..
Yes, Replication can be useful for your scenario. For Replication, you will need always one Parent gdb and one Child gdb. However the Parent can't be blank with only schema, like you suggested.
Note: You can do schema changes for existing data which is part of the replica, but you won't be able to add new Feature Classes/Table to existing replica.