<?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: Edits seen in ArcSDE but not in SQL? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434187#M24802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the replies!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We run a compress in our rec and post script nightly and it says that it was successful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just queried the versioned view in SQL after setting the default to current state (EXEC sde.set_default), and the data is correct.&amp;nbsp; But the table still shows the incorrect/old data.&amp;nbsp; Does this mean that the rec and post did not complete?&amp;nbsp; Or the compress did not really complete?&amp;nbsp; Very new at this &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 18:33:03 GMT</pubDate>
    <dc:creator>MollyWhite</dc:creator>
    <dc:date>2013-03-13T18:33:03Z</dc:date>
    <item>
      <title>Edits seen in ArcSDE but not in SQL?</title>
      <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434184#M24799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have edited an SDE feature class and the changes have gone through rec and post to the default.&amp;nbsp; I can see the changes in the ArcGIS environment but not in the SQL environment.&amp;nbsp; Any ideas of what might be happening?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 16:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434184#M24799</guid>
      <dc:creator>MollyWhite</dc:creator>
      <dc:date>2013-03-12T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Edits seen in ArcSDE but not in SQL?</title>
      <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434185#M24800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Molly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are the data Registered as Versioned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, it seems that you might be just checking the Base table of that Feature Class. Disconnect all users from that Geodatabase and perform a "&lt;/SPAN&gt;&lt;STRONG&gt;COMPRESS&lt;/STRONG&gt;&lt;SPAN&gt;" on the geodatabase. You should be then able to see the changes in the SQL Environment too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 16:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434185#M24800</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2013-03-12T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Edits seen in ArcSDE but not in SQL?</title>
      <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434186#M24801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alternatively, if you are using ArcGIS 10.1 and have a 10.1 geodatabase, you might consider querying the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//006z0000000q000000"&gt;Versioned Views&lt;/A&gt;&lt;SPAN&gt; that form part of the geodatabase. It will allow you to see the edit state of a specific version you specify in SQL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 19:01:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434186#M24801</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-03-12T19:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Edits seen in ArcSDE but not in SQL?</title>
      <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434187#M24802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the replies!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We run a compress in our rec and post script nightly and it says that it was successful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just queried the versioned view in SQL after setting the default to current state (EXEC sde.set_default), and the data is correct.&amp;nbsp; But the table still shows the incorrect/old data.&amp;nbsp; Does this mean that the rec and post did not complete?&amp;nbsp; Or the compress did not really complete?&amp;nbsp; Very new at this &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 18:33:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434187#M24802</guid>
      <dc:creator>MollyWhite</dc:creator>
      <dc:date>2013-03-13T18:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edits seen in ArcSDE but not in SQL?</title>
      <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434188#M24803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although the compress did not give any errors, it was not getting to the state 0 because of a hung SDE connection.&amp;nbsp; We forced a compress and all is fine now.&amp;nbsp; Thank you for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 11:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434188#M24803</guid>
      <dc:creator>MollyWhite</dc:creator>
      <dc:date>2013-03-15T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Edits seen in ArcSDE but not in SQL?</title>
      <link>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434189#M24804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alternatively, if you are using ArcGIS 10.1 and have a 10.1 geodatabase, you might consider querying the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//006z0000000q000000"&gt;Versioned Views&lt;/A&gt; that form part of the geodatabase. It will allow you to see the edit state of a specific version you specify in SQL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Have been trying to get ArcGIS 10.1 data directly into SQL server for a municipal application, but its seems not to work. What I did was connect through Ms access to SQL (using link server techolo). Does any one have an idea how I can do direct connection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Mar 2013 14:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/edits-seen-in-arcsde-but-not-in-sql/m-p/434189#M24804</guid>
      <dc:creator>AbelYeboah</dc:creator>
      <dc:date>2013-03-16T14:07:53Z</dc:date>
    </item>
  </channel>
</rss>

