I am trying to write to an MS SQL DB and some of the feature classes have a primary key where the column name is longer than 30 characters. On the writer feature types, I can set the default primary index colum to a length longer than 30 characters, but when I look under the user attributes, the column name gets truncated to 30 characters. When I try to write the features to the DB, it fails because the field names are no the same.
Does anyone know if there is a work around for this, or how I can get a column name longer than 30 characters to be recognized under the features user attributes?
Thanks!
Tristan