<?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: Create Query of Feature Class Locks in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462102#M17899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After poking around, this generates something pretty similar to the locks table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/153601_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2015 22:51:00 GMT</pubDate>
    <dc:creator>mpboyle</dc:creator>
    <dc:date>2015-12-08T22:51:00Z</dc:date>
    <item>
      <title>Create Query of Feature Class Locks</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462101#M17898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wondering if it's possible to create a query within Sql Server that lists the users that have a lock on a feature class...?...something similar to what you'd see within the 'Locks' view of the Gdb Administration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming this is stored within various 'sde_' tables and related through identifiers.&amp;nbsp; I'm hoping someone from Esri could point me in the right direction.&amp;nbsp; We aren't looking to alter any of the background 'sde_' tables, just looking to reproduce the query that generates such a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/153600_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 22:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462101#M17898</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2015-12-08T22:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query of Feature Class Locks</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462102#M17899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After poking around, this generates something pretty similar to the locks table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/153601_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 22:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462102#M17899</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2015-12-08T22:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query of Feature Class Locks</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462103#M17900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've used the following SQL Statement for a while.&amp;nbsp; Looks like your hitting the same elements.&amp;nbsp; I just checked it again in Microsoft SQL Server Management Studio for SQL Server 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a.owner,a.table_name locked_table, a.registration_id, b.owner locked_by, b.nodename connect_source, b.start_time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from sde.sde_table_registry a, sde.sde_process_information b, sde.sde_table_locks c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where a.registration_id = c.registration_id and b.sde_id = c.sde_id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/create-query-of-feature-class-locks/m-p/462103#M17900</guid>
      <dc:creator>RichardCrucchiola</dc:creator>
      <dc:date>2016-01-21T18:41:56Z</dc:date>
    </item>
  </channel>
</rss>

