<?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: Enable SQL Access - Versioned Views in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818840#M3605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm so embarrased!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I made you lose your time!! It seems that I was so into this that I never saw the "Views" folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thamk you so much and sorry again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 19:35:59 GMT</pubDate>
    <dc:creator>Marco_AlejandroBonilla</dc:creator>
    <dc:date>2015-02-19T19:35:59Z</dc:date>
    <item>
      <title>Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818830#M3595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give a little context on the actual situation;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We have an enterprise GDB in which changes are made along daytime in large quanitities.&lt;/P&gt;&lt;P&gt;- The GDB is registered as versioned.&lt;/P&gt;&lt;P&gt;- The compress process is made two times in the day at 12h and 0h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In a parallel process, another application intends to give a report in real-time using data from an alphanumeric database.&lt;/P&gt;&lt;P&gt;- This application needs to retrieve the spatial data directly from SQL tables.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;- Due to some active connections, the compress level never reaches level zero, so the tables in SQL don't reflect all changes made in ArcGIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my issues are the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The "Enable SQL access" option in ArcCatalog is always disabled (The connection to the GDB is made with a &lt;EM&gt;sysadmin&lt;/EM&gt; user in SQL)&lt;/P&gt;&lt;P&gt;- Is there a way to reach level zero in the compress?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 14:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818830#M3595</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-19T14:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818831#M3596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Starting with ArcGIS 10.1, versioned views are automatically created &lt;SPAN style="color: #4d4d4d; text-indent: 0px;"&gt;for tables or feature classes that are registered as versioned.&amp;nbsp; Are you sure the "Enable SQL Access" isn't greyed out because a versioned view already exists?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 14:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818831#M3596</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2015-02-19T14:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818832#M3597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to compress to a state of 0, you will need to make sure no users are connected.&amp;nbsp; So, you will need to disconnect all active users, and then perform the compress.&amp;nbsp; Take a look at the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//003n000000s5000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//003n000000s5000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 14:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818832#M3597</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-02-19T14:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818833#M3598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside SQL there are not such thing as versioned views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see a&amp;amp;d tables, also some "i" tables and the tables corresponding to the feature classes but nothing as "evw" tables. Is there another way to reach them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 14:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818833#M3598</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-19T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818834#M3599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried so, recently ESRI people told us to stop the "ArcSOC" process in our server in order to kill those "ghost" connections, I'll try to do so and I'll post it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818834#M3599</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-19T15:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818835#M3600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What DBMS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818835#M3600</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2015-02-19T15:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818836#M3601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Server 2012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:22:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818836#M3601</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-19T15:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818837#M3602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is a link to a script that shows how to start/stop all services.&amp;nbsp; Services accessing your SDE data will need to be stopped to disconnect the user connection.&amp;nbsp; This may be helpful if you script your compress operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005qv000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005qv000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818837#M3602</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-02-19T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818838#M3603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you "seeing" the geodatabases tables?&amp;nbsp; Are you logging into SQL Server using SQL Server Management Studio (SSMS) or SQLCMD?&amp;nbsp; If the former, are there no views showing up under the Views folder/tab?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sql_server_mgmt_studio_listing_views.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/63465_sql_server_mgmt_studio_listing_views.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Originally with 10.1, versioned views ended with "_VW" but Esri changed that in 10.2 to end in "_EVW".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818838#M3603</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2015-02-19T17:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818839#M3604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Marco Alejandro Bonilla schreef:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;Inside SQL there are not such thing as versioned views.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I can see a&amp;amp;d tables, also some "i" tables and the tables corresponding to the feature classes but nothing as &lt;SPAN style="text-decoration: underline;"&gt;"evw" tables&lt;/SPAN&gt;&lt;/STRONG&gt;. Is there another way to reach them?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;They aren't listed under tables, they are &lt;EM&gt;database views&lt;/EM&gt;! You should look under &lt;STRONG&gt;Views&lt;/STRONG&gt; in SQL Server Management Studio to find them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of fruitlessly trying to compress to state 0, you may also consider connecting to a specific version using versioned views. This may give a more "recent" picture, although it won't resolve all your issues, as it will not show edits going on in any other specific versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information in this particular Help topic, especially see the remark about the &lt;STRONG&gt;set_current_version&lt;/STRONG&gt; ability of versioned views:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//006z0000000q000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//006z0000000q000000"&gt;What is a versioned view?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818839#M3604</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2015-02-19T18:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818840#M3605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm so embarrased!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I made you lose your time!! It seems that I was so into this that I never saw the "Views" folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thamk you so much and sorry again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818840#M3605</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-19T19:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enable SQL Access - Versioned Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818841#M3606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing to be embarrased about or to apologize for. We have all been there trying to make sense of the Geodatabase concept and all the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to have been of help, and certainly check out that Help page I linked as well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enable-sql-access-versioned-views/m-p/818841#M3606</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2015-02-19T19:44:27Z</dc:date>
    </item>
  </channel>
</rss>

