<?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 When to use Analyze (Data Management) and when to use Analyze Datasets tool? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850101#M5222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When would it be proper to use the Analyze (Data Management) tool over the Analyze Datasets (Data Management) tool and vice versa?&amp;nbsp; It appears to me that they both update statistics on datasets in an Enterprise Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 18:41:18 GMT</pubDate>
    <dc:creator>JesseHopkins</dc:creator>
    <dc:date>2016-06-10T18:41:18Z</dc:date>
    <item>
      <title>When to use Analyze (Data Management) and when to use Analyze Datasets tool?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850101#M5222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When would it be proper to use the Analyze (Data Management) tool over the Analyze Datasets (Data Management) tool and vice versa?&amp;nbsp; It appears to me that they both update statistics on datasets in an Enterprise Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 18:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850101#M5222</guid>
      <dc:creator>JesseHopkins</dc:creator>
      <dc:date>2016-06-10T18:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: When to use Analyze (Data Management) and when to use Analyze Datasets tool?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850102#M5223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say that there is not much different on the outside. They both only work on Enterprise Geodatabases. However, the options on the AnalyzeDatasets is much more robust than the analyze, see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/analyze-datasets.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/analyze-datasets.htm"&gt;Analyze Datasets—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="_jivemacro_uid_14655887232805593 jive_macro_code jive_text_macro" data-renderedposition="190_8_1332_16" jivemacro_uid="_14655887232805593"&gt;&lt;P&gt;AnalyzeDatasets_management (input_database, include_system, {in_datasets}, {analyze_base}, {analyze_delta}, {analyze_archive})&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/analyze.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/analyze.htm"&gt;Analyze—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14655887445796726 jive_text_macro" data-renderedposition="284_8_1332_16" jivemacro_uid="_14655887445796726"&gt;&lt;P&gt;Analyze_management (in_dataset, components)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would use the Analyze Datasets on any data in the Enterprise Geodatabase for more control of what you are doing and more options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2053"&gt;Enterprise GIS&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 20:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850102#M5223</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-06-10T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: When to use Analyze (Data Management) and when to use Analyze Datasets tool?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850103#M5224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks George, that makes a lot of sense.&amp;nbsp; I have a few scripts that are using just the "Analyze" tool but I will be switching them over to "AnalyzeDatasets" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/when-to-use-analyze-data-management-and-when-to/m-p/850103#M5224</guid>
      <dc:creator>JesseHopkins</dc:creator>
      <dc:date>2016-06-13T20:24:09Z</dc:date>
    </item>
  </channel>
</rss>

