<?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: ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/1216926#M44248</link>
    <description>&lt;P&gt;Hello! Did you ever find clearer guidance on this? I have thee exact same question but haven't been able to find a clear answer. Thanks! (also sorry for replying to an old thread...)&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 14:12:47 GMT</pubDate>
    <dc:creator>PeterBishop</dc:creator>
    <dc:date>2022-09-28T14:12:47Z</dc:date>
    <item>
      <title>ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648327#M36693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's the difference between running the follow ESRI tools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000014w000000" rel="nofollow" target="_blank"&gt;ESRI Rebuild Indexes&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000014z000000" rel="nofollow" target="_blank"&gt;ESRI Analyze Datasets&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;vs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setting up a maintenance plan in SQL Server to Rebuild Indexes and Update Statistics?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are the results different? Is one preferred over the other? Is it safe run both?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648327#M36693</guid>
      <dc:creator>IanBroad2</dc:creator>
      <dc:date>2014-06-26T14:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648328#M36694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The documents you posted describe the operations.&amp;nbsp; One rebuilds the indexes (which can &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;degrade in effectiveness over time), while the other updates the optimizer's metadata &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(which can fall out of sync).&amp;nbsp; Neither should be necessary without significant changes &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to the data tables, but neither is likely to harm performance (except during operation).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't quite understand your thread Title, since Esri is working &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;with&lt;/SPAN&gt;&lt;SPAN&gt; the database in each &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of these situations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648328#M36694</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-06-26T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648329#M36695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The documents you posted describe the operations.&amp;nbsp; One rebuilds the indexes (which can &lt;BR /&gt;degrade in effectiveness over time), while the other updates the optimizer's metadata &lt;BR /&gt;(which can fall out of sync).&amp;nbsp; Neither should be necessary without significant changes &lt;BR /&gt;to the data tables, but neither is likely to harm performance (except during operation).&lt;BR /&gt;&lt;BR /&gt;I don't quite understand your thread Title, since Esri is working &lt;SPAN style="font-style:italic;"&gt;with&lt;/SPAN&gt; the database in each &lt;BR /&gt;of these situations.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't mean versus in a negative way. I meant versus in that I can run these two process in two different locations- either in SQL Server Management Studio or through ESRI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I just wanted to verify that these ESRI tools do indeed perform the exact same process as if I were to use the rebuild indexes/update statistics in SQL Server. And from your reply I'd say the answer is- yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648329#M36695</guid>
      <dc:creator>IanBroad2</dc:creator>
      <dc:date>2014-06-26T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648330#M36696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahh.&amp;nbsp; Right.&amp;nbsp; Hadn't had my iced tea yet. Sorry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a time where just letting the database do its own thing coaxed the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;optimizer into foolishness, but I think that was pre-10.&amp;nbsp; Sometimes it's better&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to run the analyze on the Adds table *before* reconcile/post (so it has good&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stats before the table is emptied), so you might take that into your considerations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648330#M36696</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-06-26T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648331#M36697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgive me for replying to an old post, but I have the same question. I don't think it was answered above. We are discussing options for maintenance with out DBA. They rebuild indexes on everything weekly. It that sufficient? The only task we use GP tools for is a nightly compress.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody clear on which is better? 6 1/2 dozen?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any input.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/648331#M36697</guid>
      <dc:creator>JamesGustine</dc:creator>
      <dc:date>2018-07-18T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI vs SQL Server - Rebuilding Indexes and Analyzing Datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/1216926#M44248</link>
      <description>&lt;P&gt;Hello! Did you ever find clearer guidance on this? I have thee exact same question but haven't been able to find a clear answer. Thanks! (also sorry for replying to an old thread...)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 14:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/esri-vs-sql-server-rebuilding-indexes-and/m-p/1216926#M44248</guid>
      <dc:creator>PeterBishop</dc:creator>
      <dc:date>2022-09-28T14:12:47Z</dc:date>
    </item>
  </channel>
</rss>

