Allow user managed auto increment field in an SQL Server

907
1
07-03-2014 11:24 AM
Status: Open
Labels (1)
DavidMuthami2
New Contributor II

I would like to have the leeway to create auser managed auto increment field in SQL Server in an enterprise geodatabase. 

For instance i would like to do something like this

use ulims;
 
 
alter table gisadmin.rundu_parcels add ru_stand_no2 int identity ;

I dont trust objectid that is system managed.
Tags (2)
1 Comment
roemhildtg

Yes please! Or provide a way to manually update the internal SDE id!