<?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>idea Use SDE table as Domain Table in Data Management Ideas</title>
    <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idi-p/938994</link>
    <description>&lt;P&gt;Rather than storing Domain Values in Binary or XML&amp;nbsp;form within the sde.domain table, allow users to use the values of an SDE Table to propogate the Domain values.&amp;nbsp; This would allow for standard normalization on databases and eliminate redundancy of Domains stored over several GeoDatabases.&lt;/P&gt;&lt;!--   content transformation source ID: 087300000008C3D   --&gt;</description>
    <pubDate>Thu, 27 Oct 2022 21:50:48 GMT</pubDate>
    <dc:creator>AaronLankford2</dc:creator>
    <dc:date>2022-10-27T21:50:48Z</dc:date>
    <item>
      <title>Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idi-p/938994</link>
      <description>&lt;P&gt;Rather than storing Domain Values in Binary or XML&amp;nbsp;form within the sde.domain table, allow users to use the values of an SDE Table to propogate the Domain values.&amp;nbsp; This would allow for standard normalization on databases and eliminate redundancy of Domains stored over several GeoDatabases.&lt;/P&gt;&lt;!--   content transformation source ID: 087300000008C3D   --&gt;</description>
      <pubDate>Thu, 27 Oct 2022 21:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idi-p/938994</guid>
      <dc:creator>AaronLankford2</dc:creator>
      <dc:date>2022-10-27T21:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938995#M941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Please oh please make it so. Domains can serve more purposes than simply limiting data entry. It can also be used to resolve opaque foreign-key values to something that people can read and make sense of. Especially if this suggestion is implemented.

&lt;!-- content transformation source ID: 00a3000000AeNWu --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 19:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938995#M941</guid>
      <dc:creator>RyanClark6</dc:creator>
      <dc:date>2011-06-08T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938996#M942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes please make it so. It is ridiculous to deal with domain management tools or add ins to perform the simplest of tasks... (sort domains)&lt;BR /&gt;&lt;BR /&gt;Better yet provide a command that creates a view thereby allowing the admin to sort the view as desired.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It is a really fun having to explain to an Applications Manager who knows nothing about ArcGIS that their highly normalized database will have to be redundantly converted into the geodatabase using properietary arctoolbox/arcpy commands.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Domains as tables or views just makes sense and fits into the majority of the database world.&amp;nbsp;

&lt;!-- content transformation source ID: 00a3000000E7gJr --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 04:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938996#M942</guid>
      <dc:creator>RonnieRichards</dc:creator>
      <dc:date>2012-03-02T04:19:27Z</dc:date>
    </item>
    <item>
      <title>Replace domains with look-up-tables in underlying database.</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973915#M2196</link>
      <description>&lt;P&gt;I never understood why ArcGIS uses domains when it could just use tables from the underlying database. If your geodatabase is built on top of Oracle, then you should be able to just choose which table/field is the appropriate "domain" for the field you are creating. In this way, when you update the Oracle table in some other app, the changes can be automatically applied to the geodatabase (using versioning, etc. when necessary). The fact that ArcGIS uses domains means that ESRI now has to build all these tools in order to edit the domains and it's very difficult for other apps to have access to that data (even read access, nevermind write access).&lt;/P&gt;&lt;!--   content transformation source ID: 087E00000004Eff   --&gt;</description>
      <pubDate>Thu, 27 Oct 2022 21:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973915#M2196</guid>
      <dc:creator>AubreySicotte</dc:creator>
      <dc:date>2022-10-27T21:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Replace domains with look-up-tables in underlying database.</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973916#M2197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Agree. We all implement relational databases for a reason... You should see te faces of the database managers when I explain their relational database with normalized tables does not benefit the geodatabase much as we have to build tools to convert and maintain domain tables using toolboxes yet even these are lacking useful tools such as sort or reorder values. The geodatabase should use more relational design for its functionality. This might the same as this idea here, so make sure you vote for both.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/ideas/1781" target="_blank"&gt;https://community.esri.com/ideas/1781&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;

&lt;!-- content transformation source ID: 00aE0000000UzKo --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:08:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973916#M2197</guid>
      <dc:creator>RonnieRichards</dc:creator>
      <dc:date>2021-06-22T08:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace domains with look-up-tables in underlying database.</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973917#M2198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Totaly agree. And not only a lookup for domainvalues would be nice but also use the relational power of the DBMS. ArcGIS support subtypes to generate domain lookups specific for a choice you make. Why not make this functionality go deeper. Domainvalues with relates to&amp;nbsp;domainvalues and so on. You get a kind of tree choicelist through domain values. Eventualy you get an master/detail lookup for domain values.&lt;BR /&gt;

&lt;!-- content transformation source ID: 00aE0000000VOFo --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973917#M2198</guid>
      <dc:creator>GISTABHunzeEnAas</dc:creator>
      <dc:date>2012-07-19T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938997#M943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It's obvious.&amp;nbsp; As Nike would say, just do it!

&lt;!-- content transformation source ID: 00aE0000000VSQH --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 19:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938997#M943</guid>
      <dc:creator>BillMcKay</dc:creator>
      <dc:date>2012-07-25T19:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938998#M944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, please!

&lt;!-- content transformation source ID: 00aE0000000WUEk --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 12:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938998#M944</guid>
      <dc:creator>CollinKleiboer</dc:creator>
      <dc:date>2012-10-05T12:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace domains with look-up-tables in underlying database.</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973918#M2199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Ditto on both comments, so far.&amp;nbsp; I thought of those things the first time I saw this issue in the ESRI Geodatabase many years ago.&amp;nbsp; This is such a no-brainer.&amp;nbsp; Why did ESRI do it the hard way?&lt;BR /&gt;&lt;BR /&gt;How come this is not even "Under Consideration"?&lt;BR /&gt;&lt;BR /&gt;ESRI?

&lt;!-- content transformation source ID: 00aE000000E3sZW --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:49:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/973918#M2199</guid>
      <dc:creator>DavidWheelock</dc:creator>
      <dc:date>2015-10-29T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938999#M945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our SQL/SDE database we've made physical tables to store domain values in so the data can be used outside of ArcGIS.&amp;nbsp; This was a great idea 6 years ago and still a great idea today!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 21:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/938999#M945</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2017-01-17T21:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/939000#M946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, oh yes. I do export my domains often to gdb tables so I can: document them through reports, check data against domains, compare databases, join them to dirty data to clean up values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/939000#M946</guid>
      <dc:creator>DanaNolan</dc:creator>
      <dc:date>2017-03-24T15:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/939001#M947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Imagine not needing a system outage to add a domain value.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 05:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/939001#M947</guid>
      <dc:creator>AllanBenvin1</dc:creator>
      <dc:date>2018-06-03T05:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/939002#M948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 13:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/939002#M948</guid>
      <dc:creator>DavidWheelock</dc:creator>
      <dc:date>2018-06-04T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1297198#M2234</link>
      <description>&lt;P&gt;Fantastic idea.&lt;/P&gt;&lt;P&gt;Related:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/use-database-view-as-domain/idi-p/1297213" target="_self"&gt;Use database view as domain&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-update-a-domain-when-a-feature/m-p/1376808" target="_self"&gt;Is there a way to update a domain, when a Feature Class is updated?&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/allow-multiple-data-owners-to-edit-a-domain-s/idc-p/1362582#M27729:~:text=Use%20SDE%20table%20as%20Domain%20Table" target="_self"&gt;Allow multiple data owners to edit a domain's values&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;I suppose the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;Use SDE table as Domain Table&lt;/U&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;idea could help with this issue. If the domain were stored as a table, then it would be easy to assign appropriate privileges to the table.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 02 Feb 2024 18:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1297198#M2234</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-02-02T18:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1405870#M2381</link>
      <description>&lt;P&gt;This makes so much sense and would help our workflow tremendously!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 16:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1405870#M2381</guid>
      <dc:creator>MollyMoore</dc:creator>
      <dc:date>2024-04-04T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1597657#M2489</link>
      <description>&lt;P&gt;That this isn't baked in is *bonkers*.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 17:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1597657#M2489</guid>
      <dc:creator>CPB_CB</dc:creator>
      <dc:date>2025-03-20T17:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use SDE table as Domain Table</title>
      <link>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1598749#M2490</link>
      <description>&lt;P&gt;Yes. Please. Pretty please.&lt;/P&gt;&lt;P&gt;The lack of this functionality is why I do not consider Esri to be a serious database company or technology in any IT department / industry discussions or decisions.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 20:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/use-sde-table-as-domain-table/idc-p/1598749#M2490</guid>
      <dc:creator>ToddTurner2</dc:creator>
      <dc:date>2025-03-24T20:14:28Z</dc:date>
    </item>
  </channel>
</rss>

