Hopefully an easy one - during synchronization bewteen two SDE databases (SQL Server) do edits to base tables get synchronized or is it just changes within the adds and deletes tables?
The help states:
"Data changes include inserts, updates, and deletes made in the replica version"
but doesn't state how it determines these.
And I'm asking because I want to add records to base tables in a child replica and then get them synchronised to the parent replica (or vice versa).
Solved! Go to Solution.
In case anyone was wondering I've discovered myself that synchronization of ArcSDE Enterprise Geodatabases only looks at edits on the adds and deletes tables. Any changes made direct to base tables will not be synchronized. As a result all edits should either be made:
In case anyone was wondering I've discovered myself that synchronization of ArcSDE Enterprise Geodatabases only looks at edits on the adds and deletes tables. Any changes made direct to base tables will not be synchronized. As a result all edits should either be made: