<?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 Records Shown in ArcCatalog/ArcMap but not in SQL Server 2005 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/records-shown-in-arccatalog-arcmap-but-not-in-sql/m-p/42789#M2377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I`m Using SDE 9.3 and SQL Server 2005.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have add Records into my existing SDE featrure class using ordinary load from arccatalog, the process is running well without error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the added reocords was shown beatifully in arcmap and arccatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, when i access the SDE feature class table using SQL server and list the records, the records what i just add, wasnt shown at all. please tell me what a hell happen to my feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have browse to all the webiste and couple said that i have problem with my versioning, but as far as i know, didnt set my versioning at all, (i not sure 100% i have set or not my versioning, because i`m new using this sde). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 00:06:48 GMT</pubDate>
    <dc:creator>AryaWardhana</dc:creator>
    <dc:date>2011-01-19T00:06:48Z</dc:date>
    <item>
      <title>Records Shown in ArcCatalog/ArcMap but not in SQL Server 2005</title>
      <link>https://community.esri.com/t5/data-management-questions/records-shown-in-arccatalog-arcmap-but-not-in-sql/m-p/42789#M2377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I`m Using SDE 9.3 and SQL Server 2005.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have add Records into my existing SDE featrure class using ordinary load from arccatalog, the process is running well without error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the added reocords was shown beatifully in arcmap and arccatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, when i access the SDE feature class table using SQL server and list the records, the records what i just add, wasnt shown at all. please tell me what a hell happen to my feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have browse to all the webiste and couple said that i have problem with my versioning, but as far as i know, didnt set my versioning at all, (i not sure 100% i have set or not my versioning, because i`m new using this sde). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 00:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/records-shown-in-arccatalog-arcmap-but-not-in-sql/m-p/42789#M2377</guid>
      <dc:creator>AryaWardhana</dc:creator>
      <dc:date>2011-01-19T00:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Records Shown in ArcCatalog/ArcMap but not in SQL Server 2005</title>
      <link>https://community.esri.com/t5/data-management-questions/records-shown-in-arccatalog-arcmap-but-not-in-sql/m-p/42790#M2378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Arya&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect that the feature class (FC) is registered as versioned. So let's check to see if your feature class is registered as versioned:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;In ArcCatalog, right click on the&amp;nbsp; FC and select properties&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;UL&gt;The bottom of the general tab - versioning section - will say if the feature class is registered as versioned&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;If the FC is registered as versioned then the edits are managed in user versioning (delta) tables which the native database does not have direct access to when querying the business (or base) table with SQL. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following link provides information on registering data as versioned:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Registering_data_as_versioned/00930000161n000000/"&gt;Registering data as versioned&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next link defines the delta (adds and deletes) and base tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Essential_versioning_vocabulary/00930000165w000000/"&gt;Essential versioning vocabulary&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheryl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 14:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/records-shown-in-arccatalog-arcmap-but-not-in-sql/m-p/42790#M2378</guid>
      <dc:creator>CherylCleghorn</dc:creator>
      <dc:date>2011-01-19T14:30:06Z</dc:date>
    </item>
  </channel>
</rss>

