<?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: OBJECTID in SQL Express table not matching ObjectID in ARCMAP/PRO in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215205#M34088</link>
    <description>&lt;P&gt;They are versioned - I'll have to look into this!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 18:12:23 GMT</pubDate>
    <dc:creator>CarrieQuast</dc:creator>
    <dc:date>2022-09-22T18:12:23Z</dc:date>
    <item>
      <title>OBJECTID in SQL Express table not matching ObjectID in ARCMAP/PRO</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215192#M34086</link>
      <description>&lt;P&gt;I'm trying to create a view based on a union between two datasets that are exactly the same format.&amp;nbsp; And it seems to work, except a newly added line segment is missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After spending the morning I think I have it figured out why and its not the union, but&amp;nbsp; something to do with how SQL Express pulls records.&amp;nbsp; I'm not sure how to fix this.&lt;/P&gt;&lt;P&gt;The below information is just looking at the main table, no union.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this is the result when I look for one specific ID in SQL Express - notice that the OBJECTID is 2918, and pulls up 4th St (Not Correct)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CarrieQuast_0-1663867755182.png" style="width: 303px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51917i2784721079F24363/image-dimensions/303x157?v=v2" width="303" height="157" role="button" title="CarrieQuast_0-1663867755182.png" alt="CarrieQuast_0-1663867755182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Than in ArcPro (and ArcMap), the Object ID is 3820 (which is correct) and pulls 190th Ave (which is correct)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CarrieQuast_1-1663867823355.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51918iE02D2E880B6A038C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CarrieQuast_1-1663867823355.png" alt="CarrieQuast_1-1663867823355.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I create a view and look at it in ArcPro, this 'shift' in the table is in that view.&lt;/P&gt;&lt;P&gt;For a bit of background, I have roads for our 911 system that is also used for run general day to day applications.&amp;nbsp; A few of these roads have multiple names.&amp;nbsp; Overlapping segments in the 911 system isn't allowed,&amp;nbsp; But for the rest of my users, they need to be able to see/have all the names, road classifications, etc.&amp;nbsp; So I have the main 911 roads unioned with the overlapping segments layer as a view in SQL Express and my general users can use this view.&lt;/P&gt;&lt;P&gt;I'm really new to this, so it very possible I'm missing something easy.&lt;/P&gt;&lt;P&gt;I'm running Windows Server 2016 Standard, and SQL Server Express, version 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 17:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215192#M34086</guid>
      <dc:creator>CarrieQuast</dc:creator>
      <dc:date>2022-09-22T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECTID in SQL Express table not matching ObjectID in ARCMAP/PRO</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215201#M34087</link>
      <description>&lt;P&gt;If the data is versioned, you want to be querying the versioned views and not the base tables because the base tables might not represent the state of the data you are seeing in Pro.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 18:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215201#M34087</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2022-09-22T18:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECTID in SQL Express table not matching ObjectID in ARCMAP/PRO</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215205#M34088</link>
      <description>&lt;P&gt;They are versioned - I'll have to look into this!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 18:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215205#M34088</guid>
      <dc:creator>CarrieQuast</dc:creator>
      <dc:date>2022-09-22T18:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECTID in SQL Express table not matching ObjectID in ARCMAP/PRO</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215254#M34090</link>
      <description>&lt;P&gt;So - I'm not sure if version was causing my union to miss the newest segment, but the pointer made me&amp;nbsp; look closer at the settings - I ran a GeoDatabase Compression on the database, and than added a secondary index in SQL Express.&amp;nbsp; Not sure which of these fixed the problem, but I got it working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 19:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/objectid-in-sql-express-table-not-matching/m-p/1215254#M34090</guid>
      <dc:creator>CarrieQuast</dc:creator>
      <dc:date>2022-09-22T19:56:11Z</dc:date>
    </item>
  </channel>
</rss>

