<?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: Automatically tracking database schema changes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/1039599#M43162</link>
    <description>&lt;P&gt;Hi Ahmad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking something similar to track the schema changes for my geodatabases, are you find something usefull after all this years?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 00:14:29 GMT</pubDate>
    <dc:creator>MarcoDiazgranados</dc:creator>
    <dc:date>2021-03-23T00:14:29Z</dc:date>
    <item>
      <title>Automatically tracking database schema changes</title>
      <link>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/279046#M16046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any software that can be used to track the GIS database schema changes, I am looking for a method or a software that tracks any changes on the schema&amp;nbsp; gives a detailed report about the geodatabase history!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till now I am doing this using excel, it dose the job but not professionally&amp;nbsp;. I draw a chart as an example for what am I thinking of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This chart or report gives the history of Feature Class #1 inside the Database #1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="525" src="https://community.esri.com/legacyfs/online/420843_pastedImage_1.png" width="622" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 18:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/279046#M16046</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2018-08-30T18:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically tracking database schema changes</title>
      <link>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/279047#M16047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahmad, &lt;/P&gt;&lt;P&gt;I have a tool that does something like this.&amp;nbsp; Please check my GitHub repository for &lt;A href="https://github.com/mitchh300/CustomTools/blob/master/GDBContentsToExcel.py"&gt;the code&lt;/A&gt;.&amp;nbsp; However, this tool only lists GDB items, some info about them, and their fields.&amp;nbsp; It does not compare two different geodatabases.&amp;nbsp; Let me know if you have any ideas on how to improve on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/279047#M16047</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2018-08-30T20:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically tracking database schema changes</title>
      <link>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/279048#M16048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mitch,&lt;/P&gt;&lt;P&gt;This looks awesome , I think this is a great tool to get the current status&amp;nbsp;of the DB, but it doesn't provide full history of the database of course I can run it very time I change something in DB and get a new xls file.&lt;/P&gt;&lt;P&gt;It would be great if it tracks the history in one page. I know that this might be challenging in python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Field A &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field A&amp;nbsp;&lt;/SPAN&gt;renamed to A2&amp;nbsp; on 9/9/2018&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Field A&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;renamed to A_02&amp;nbsp; on 9/19&lt;/SPAN&gt;&lt;SPAN&gt;/2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feild B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Deleted&amp;nbsp;&lt;SPAN&gt;on 9/19/2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Added on 9/19/2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/279048#M16048</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2018-09-20T19:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically tracking database schema changes</title>
      <link>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/1039599#M43162</link>
      <description>&lt;P&gt;Hi Ahmad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking something similar to track the schema changes for my geodatabases, are you find something usefull after all this years?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 00:14:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automatically-tracking-database-schema-changes/m-p/1039599#M43162</guid>
      <dc:creator>MarcoDiazgranados</dc:creator>
      <dc:date>2021-03-23T00:14:29Z</dc:date>
    </item>
  </channel>
</rss>

