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).