<?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 How to find out all feature classes with domain lookup classes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1194302#M44147</link>
    <description>&lt;P&gt;Hi, we are upgrading our SDE along with migrating data from Oracle to SQL SDE. During migration we had to clean up domains lookup and migrate clean data to our database. Below query can help you find our all the feature classes using domain lookup. You would need SDE access to execute the query&lt;/P&gt;&lt;P&gt;select GIM.Name,LK.LOOKUP_NAME FROM [GDB_ITEMS] GIM&lt;BR /&gt;INNER JOIN (&lt;BR /&gt;select GI.UUID as LOOKUP_UUID,GI.Name LOOKUP_NAME,GIR.OriginID OriginID FROM [GDB_ITEMS] GI&lt;BR /&gt;inner join GDB_ITEMTYPES GIT&lt;BR /&gt;ON GI.type= GIT.UUID&lt;BR /&gt;INNER JOin GDB_itemrelationships GIR&lt;BR /&gt;on GIR.DestID=GI.UUID&lt;BR /&gt;where GIT.NAME in ('Domain','Range Domain','Coded Value Domain')) LK&lt;BR /&gt;ON GIM.UUID= LK.OriginID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 23:23:57 GMT</pubDate>
    <dc:creator>LingrajPani1</dc:creator>
    <dc:date>2022-08-09T23:23:57Z</dc:date>
    <item>
      <title>How to find out all feature classes with domain lookup classes</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1194302#M44147</link>
      <description>&lt;P&gt;Hi, we are upgrading our SDE along with migrating data from Oracle to SQL SDE. During migration we had to clean up domains lookup and migrate clean data to our database. Below query can help you find our all the feature classes using domain lookup. You would need SDE access to execute the query&lt;/P&gt;&lt;P&gt;select GIM.Name,LK.LOOKUP_NAME FROM [GDB_ITEMS] GIM&lt;BR /&gt;INNER JOIN (&lt;BR /&gt;select GI.UUID as LOOKUP_UUID,GI.Name LOOKUP_NAME,GIR.OriginID OriginID FROM [GDB_ITEMS] GI&lt;BR /&gt;inner join GDB_ITEMTYPES GIT&lt;BR /&gt;ON GI.type= GIT.UUID&lt;BR /&gt;INNER JOin GDB_itemrelationships GIR&lt;BR /&gt;on GIR.DestID=GI.UUID&lt;BR /&gt;where GIT.NAME in ('Domain','Range Domain','Coded Value Domain')) LK&lt;BR /&gt;ON GIM.UUID= LK.OriginID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 23:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1194302#M44147</guid>
      <dc:creator>LingrajPani1</dc:creator>
      <dc:date>2022-08-09T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out all feature classes with domain lookup classes</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1196828#M44148</link>
      <description>&lt;P&gt;edit:7/29 - fixed the link&lt;/P&gt;&lt;P&gt;Have you tried looking at this &lt;A href="https://support.esri.com/en/technical-article/000012514" target="_self"&gt;technical article?&lt;/A&gt;&amp;nbsp;It shows you how you can use python and arcpy to enumerate all objects in your database to look for domain assignments.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 13:47:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1196828#M44148</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2022-07-29T13:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out all feature classes with domain lookup classes</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1197347#M44150</link>
      <description>&lt;P&gt;Not sure how it ended up getting scrambled, but I fixed the link. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 13:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-all-feature-classes-with-domain/m-p/1197347#M44150</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2022-07-29T13:48:05Z</dc:date>
    </item>
  </channel>
</rss>

