<?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 Values null in SQL but not in ArcCatalog in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853851#M5355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I view a table in ArcCatalog the Name column has values that are not null.&amp;nbsp; There is no domain associated with this column.&lt;/P&gt;&lt;P&gt;If I query the same table in SQL the same values display as null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed this with multiple tables and the only thing that seems similar between them is that the null value columns come after the Shape column.&amp;nbsp; Is the enterprise geodatabase somehow storing values that have been added post import differently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SQL query is simply&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;SELECT *&lt;BR /&gt;FROM gis.dbo.REGIONS&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Every column after shape is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 16:42:21 GMT</pubDate>
    <dc:creator>MichaelMitchell5</dc:creator>
    <dc:date>2018-01-04T16:42:21Z</dc:date>
    <item>
      <title>Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853851#M5355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I view a table in ArcCatalog the Name column has values that are not null.&amp;nbsp; There is no domain associated with this column.&lt;/P&gt;&lt;P&gt;If I query the same table in SQL the same values display as null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed this with multiple tables and the only thing that seems similar between them is that the null value columns come after the Shape column.&amp;nbsp; Is the enterprise geodatabase somehow storing values that have been added post import differently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SQL query is simply&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;SELECT *&lt;BR /&gt;FROM gis.dbo.REGIONS&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Every column after shape is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853851#M5355</guid>
      <dc:creator>MichaelMitchell5</dc:creator>
      <dc:date>2018-01-04T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853852#M5356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the Data registered as Versioned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then from the Database end, query the Versioned View created for that data. That should show the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****&lt;/P&gt;&lt;P&gt;When a Feature Class(FC) is Registered as Versioned, two extra tables, known as Delta Tables (a- &amp;amp; d- Tables) are created on the Database end. This is in addition to the Base Table (Table with same name as the FC) already created when the FC was created in ArcCatalog.&lt;/P&gt;&lt;P&gt;Edits made to these Versioned FC will move to the Delta Tables and remain there, till you perform the Compress operation(and Reconcile\Post of other versions when applicable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Versioned View is created for that FC, when it was Registered as Versioned. This View shows data from all 3 Tables (Base Table, a- Table &amp;amp; d- Table).&lt;/P&gt;&lt;P&gt;*****&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 18:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853852#M5356</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-01-04T18:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853853#M5357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a good question.&amp;nbsp; That particular data is not registered as versioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:40:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853853#M5357</guid>
      <dc:creator>MichaelMitchell5</dc:creator>
      <dc:date>2018-01-04T20:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853854#M5358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the same path; is archiving enabled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853854#M5358</guid>
      <dc:creator>MatthewDobson</dc:creator>
      <dc:date>2018-01-04T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853855#M5359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arching, editor tracking, versioning, and attachments are all disabled.&amp;nbsp; This data doesn't use any domains or relationships.&amp;nbsp; As far as I can tell it appears to be a typical state boundary feature class with a few extra columns added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 16:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853855#M5359</guid>
      <dc:creator>MichaelMitchell5</dc:creator>
      <dc:date>2018-01-05T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853856#M5360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Would you be able to post a screenshot of the attribute table of one of these feature classes / tables from ArcMap as well as a screenshot of what you are seeing when you do a simple select * from xxx; table in your SQL Server geodatabase? Also it would be helpful to see a shot of the field / column list and their SQL stored types in management studio- for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/392243_columns.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of ArcGIS Desktop, SQL Server, and version of geodatabase? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Rex&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 17:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853856#M5360</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2018-01-05T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Values null in SQL but not in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853857#M5361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha!&amp;nbsp; It would help if I was looking at the same database.&amp;nbsp; I'm working on cleaning up a little data duplication and was looking at the same data in two different databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, Asrujit was correct saying that I was seeing nulls because of a version in one of the databases.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 21:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/values-null-in-sql-but-not-in-arccatalog/m-p/853857#M5361</guid>
      <dc:creator>MichaelMitchell5</dc:creator>
      <dc:date>2018-01-05T21:15:59Z</dc:date>
    </item>
  </channel>
</rss>

