Our preference is a server side solution as opposed to a desktop solution. That being said, this is what we would like to have as columns in all of our feature attribute tables in the geodatabase:
-created_by (char)
-created_on (date)
-created_using (char)
-modified_by (char)
-modified_on (date)
-modified_using (char)
-what_changed (char)
I'm not familiar with the 'under the hood' aspects of SDE but I would like to point our DBA to the tables that would need to be monitored using insert or update triggers to populate the above listed columns.
We want to track changes to both feature attributes and feature geometry and record if only the attributes, only the geometry or both the attributes and geometry changed during an edit session.
Can this be done without interfering with the ordinary operation of versioned SDE geodatabases?