<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Setting the field OBJECTID as an identity for autoincrement in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227405#M12892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nataliya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is still not supported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 16:58:51 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2015-10-08T16:58:51Z</dc:date>
    <item>
      <title>Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227397#M12884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using SQlServer database with ARCSDE 10 and I am wondering if I could set the OBJECTID field of my tables as an identity to be able to auto increment it when inserting data by using SQL queries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alaeddine Saadaoui.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="mailto:saadaoui@marshall.edu"&gt;saadaoui@marshall.edu&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 14:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227397#M12884</guid>
      <dc:creator>AlaeddineSaadaoui</dc:creator>
      <dc:date>2011-10-28T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227398#M12885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Alaeddine,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, ArcSDE doesn't support columns with identity property set to True. Tables/Feature classes with this property cannot be edited in ArcMap or registered as versioned.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When attempting to create non-versioned edits in ArcMap you will receive an error similar to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Database Row Change: An unexpected failure occured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Underlying DBMS error[Microsoft sql server Native Client 10.0: Cannot insert explicit value for identity column in table 'tableName' when IDENTITY_INSERT is set to OFF.][..tableName]."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 09:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227398#M12885</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-10-31T09:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227399#M12886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@JSkinn3:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your help. I hope the next releases will support this option :))&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 12:46:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227399#M12886</guid>
      <dc:creator>AlaeddineSaadaoui</dc:creator>
      <dc:date>2011-10-31T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227400#M12887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Alaeddine,&lt;BR /&gt;&lt;BR /&gt;Currently, ArcSDE doesn't support columns with identity property set to True. Tables/Feature classes with this property cannot be edited in ArcMap or registered as versioned.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;When attempting to create non-versioned edits in ArcMap you will receive an error similar to:&lt;BR /&gt;&lt;BR /&gt;"Database Row Change: An unexpected failure occured.&lt;BR /&gt;Underlying DBMS error[Microsoft sql server Native Client 10.0: Cannot insert explicit value for identity column in table 'tableName' when IDENTITY_INSERT is set to OFF.][..tableName]."&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is no fix for this yet, I hope this reply gets to the ESRI ArcSDE Development Team.&amp;nbsp; I'm currently attempting to work around this issue using ArcSDE Version 10.&amp;nbsp; At this point, if I understand this right, what you said (and I have confirmed) means we cannot spatially enable 90% of the tables that currently exist in SQL Server?&amp;nbsp; What I mean by that is given a typical table (existing) in a typical database there will be a primary key on that table.&amp;nbsp; So when spatially enabling an existing database holding data for, for example, facilities or equipment or trees or rocks or whatever, that table will likely have relationships to other tables via it's primary key.&amp;nbsp; In SQL Server that key is almost always an identity. So like I inferred above, this is no minor limitation and I hope the development team is working hard to resolve this.&amp;nbsp; In the mean time I will be re-designing the system I am building to work around this limitation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 10:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227400#M12887</guid>
      <dc:creator>AlpineTech</dc:creator>
      <dc:date>2012-09-25T10:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227401#M12888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brian - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These are *user* Forums.&amp;nbsp; If you want to communicate with Development, you probably&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should use the &lt;/SPAN&gt;&lt;A href="http://ideas.esri.com"&gt;Ideas&lt;/A&gt;&lt;SPAN&gt; site to submit an enhancement request.&amp;nbsp; You'll probably want to include&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a citation for the "90% of tables that exist in SQL-Server" figure -- While it probably should&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be that high, in my experience that number is much lower.&amp;nbsp; The decision to not use auto-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;increment values was likely based on performance compared to the "i" table mechanism in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use, so it wouldn't hurt to bolster the request with any information you may have encountered &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on performance improvements on identity columns in more recent SQL-Server releases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 12:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227401#M12888</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-25T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227402#M12889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the suggestion. I have also submitted a support incident since the documentation is very misleading as this time.&amp;nbsp; For example, in the Command Reference of the ArcSDE Administrator guide on this page (Program Files/ArcGIS/ArcSDE/Documentation/Admin_Cmd_Ref/Support_files/admincmdref.htm) it describes the parameters to the SDELAYER command.&amp;nbsp; I concluded from this sentence ("For the register operation, it also specifies whether the row ID is to be registered as USER or ArcSDE maintained.") meant I could simply use primary key column when I spatially enabled the tables.&amp;nbsp; (I never considered this to be impossible because, like I said before almost every primary key in almost every SQL Server database is an identity.&amp;nbsp; So I assumed nobody would design a system that ignores that fact if the system is truly enterprise capable, right? Very bad assumption on my part....) Now I realize that I should have interpreted this sentence&amp;nbsp; further down in the document ("1. If you intend to register the feature class with the geodatabase, you should register the row ID column as ArcSDE maintained.") to mean that if you choose "USER" your feature class can never be edited in ArcMAP.&amp;nbsp; That statement is very fine-print-like, so my gripe is ESRI needs to make this limitation more clear throughout the documentation.&amp;nbsp;&amp;nbsp;&amp;nbsp; Better yet, ESRI needs to eliminate that limitation if ESRI wants to sell a truly �??enterprise�?� solution.&amp;nbsp; I also found similar documentation in the ArcGIS help that led me astray as well in the same way.&amp;nbsp; Consequently, I went a long way down the road and did not find the issue until I spatially enabled several tables using the -C &amp;lt;row_column_id&amp;gt; pointed to the identity / primary key of those tables.&amp;nbsp; I was please when it all worked fine, (there is a web page interface for those tables as well as the ArcGIS Desktop and ArcGIS Server interfaces) until a tester tried to add a new feature / record in ArcMap.&amp;nbsp; That's the only use case that failed testing because of this issue.&amp;nbsp; Now all that stuff, the web pages, the ArcGIS Desktop and the ArcGIS Server pieces are impacted.&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, I can work around it, but the point is I shouldn�??t have to work around using identities as my primary key.&amp;nbsp; That�??s just silly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 06:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227402#M12889</guid>
      <dc:creator>AlpineTech</dc:creator>
      <dc:date>2012-09-26T06:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227403#M12890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm with Brian. It's simply ridiculous that ESRI STILL does not support a PRIMARY KEY&amp;nbsp; with Identity Column sequence generator in the enterprise database they say the support! If you don't support the primary key you should not say you support the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That and the limitation of only being able to have one feature type per table (feature class). All other open source and proprietary geodatabases support this feature and have done so from day 1. ESRI is falling behind in a huge way on many basic levels. It makes developing with their product a nightmare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227403#M12890</guid>
      <dc:creator>CarlosKrefft</dc:creator>
      <dc:date>2014-12-11T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227404#M12891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if the most recent version of ArcSDE supports column with IDENTIFY properties? I was just trying to set it up, and when I tried to edit my data in ArcMap I got the same error that you were talking about four years ago &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nataliya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227404#M12891</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2015-10-08T16:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227405#M12892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nataliya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is still not supported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227405#M12892</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-10-08T16:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227406#M12893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jake. Is there any other way to auto-generate sequential number in a feature class, without setting "IDENTIFY" property on the column through SQL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 18:26:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227406#M12893</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2015-10-08T18:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227407#M12894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the &lt;A href="http://solutions.arcgis.com/utilities/water/help/network-editing/"&gt;Water Utility Network Editing&lt;/A&gt; solution.&amp;nbsp; Included with this is the attribute assistant add-in.&amp;nbsp; Below is a good help link that walks you through the different methods the add-in provides:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://solutions.arcgis.com/shared/help/attribute-assistant/tools/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/tools/"&gt;Overview - Attribute Assistant | ArcGIS Solutions&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, take a look at the autonumber method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://solutions.arcgis.com/shared/help/attribute-assistant/tools/attribute-assistant-methods/#autonumber" title="http://solutions.arcgis.com/shared/help/attribute-assistant/tools/attribute-assistant-methods/#autonumber"&gt;Attribute Assistant methods - Attribute Assistant | ArcGIS Solutions&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 18:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227407#M12894</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-10-08T18:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227408#M12895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will only work for the ArcGIS Desktop? Correct? I am trying to get it to work for a feature service that is edited through the Collector app. Thanks, again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 19:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227408#M12895</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2015-10-08T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227409#M12896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nataliya, you may want to branch or create a new question in &lt;A href="https://community.esri.com/space/2120"&gt;Collector for ArcGIS&lt;/A&gt;&amp;nbsp; That will help to get it to people that know Collector more, (Which still might be Jake)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 19:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227409#M12896</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-10-08T19:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227410#M12897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm needing it in Web AppBuilder editing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2150"&gt;Web AppBuilder for ArcGIS&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227410#M12897</guid>
      <dc:creator>VenusScott</dc:creator>
      <dc:date>2015-10-08T20:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227411#M12898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ditto &lt;A href="https://community.esri.com/migrated-users/18291"&gt;Venus Scott&lt;/A&gt;​, we need as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227411#M12898</guid>
      <dc:creator>ColeAndrews</dc:creator>
      <dc:date>2015-10-08T20:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227412#M12899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;D&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;o you know if the most recent version of ArcSDE supports column with IDENTIFY properties?&amp;nbsp; It has been three years, and I was wondering it this capability is available now.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #3d3d3d; white-space: normal; font-weight: inherit; display: inline !important; letter-spacing: normal; text-decoration: none; font-size: 100%; font-style: inherit; float: none; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: inherit; orphans: 2; text-align: left;"&gt;George&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 21:02:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227412#M12899</guid>
      <dc:creator>GeorgeClark</dc:creator>
      <dc:date>2018-10-15T21:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227413#M12900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/104630" target="_blank"&gt;George Clark&lt;/A&gt;‌ this is still unsupported.&amp;nbsp; Looks like there was an idea logged for this on the ArcGIS Ideas page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/9520" target="_blank"&gt;https://community.esri.com/ideas/9520&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend voting this up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/227413#M12900</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-06-22T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the field OBJECTID as an identity for autoincrement</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/1114596#M43637</link>
      <description>&lt;P&gt;Does ArcSDE support columns with identity property set to True yet?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 18:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-the-field-objectid-as-an-identity-for/m-p/1114596#M43637</guid>
      <dc:creator>FloydBull</dc:creator>
      <dc:date>2021-11-05T18:12:33Z</dc:date>
    </item>
  </channel>
</rss>

