Has anyone successfully implemented a way of auto-incrementing an integer field within a SDE (Sql Server) geodatabase? If so, would you be willing to share your method with examples?
I'd like to have an integer field that increments anytime a feature is created (inserted) and not have to rely on scripts afterwards to populate the field.
Our current system is:
ArcSDE: 10.1 sp1
RDBMS: Sql Server 2008 R2
Thanks in advance!