I have a procedure which truncates a feature class and adds new records to the truncated feature class. This procedure is run every night. Every time the new records are added to the feature class, the objectID is increased based on the largest objectID of the records that are truncated. I understand the objectID is maintained in SDE to make sure it is unique. Is there a way that the objectID can be reset to start from "1" after the table are truncated? The table is not versioned, not archived.
Thanks
Helen