<?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: SDE / SQL DB Tuning in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712270#M40320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Cameron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that is a fair assessment.&amp;nbsp; The 10.1 help also provides &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Updating_statistics_on_geodatabase_system_tables_using_a_Python_script/019000000008000000/"&gt;examples&lt;/A&gt;&lt;SPAN&gt; on how you can create a python script to update your database statistics.&amp;nbsp; Updating database statistics can be an I/O-intensive operation, so you&amp;nbsp; might want to do this while most users are logged out of the database.&amp;nbsp; Having Windows Task Scheduler execute a script is the perfect solution for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 09:35:57 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2012-07-19T09:35:57Z</dc:date>
    <item>
      <title>SDE / SQL DB Tuning</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712267#M40317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got a 'production' geodatabase on a 32-bit SQL Server 2008 R2 platform with ArcSDE 10 SP 3.&amp;nbsp; The database has about 4-5 concurrent editors at any given time working a normal 40-hour work week.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is:&amp;nbsp; How often do we need to 'tune' the database.&amp;nbsp; We're compressing daily as part of an automated reconcile / post process, but I'm more concerned about 'Updating Statistics' and 'Re-building Indexes'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts out there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 12:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712267#M40317</guid>
      <dc:creator>KentRothrock</dc:creator>
      <dc:date>2011-12-01T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: SDE / SQL DB Tuning</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712268#M40318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the following &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002p0000005r000000"&gt;link&lt;/A&gt;&lt;SPAN&gt; about updating statistics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;You should update statistics before and after a compress operation, after you add or remove topology rules, and after you have finished importing, loading, or copying data into an ArcSDE geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003n00000069000000"&gt;link&lt;/A&gt;&lt;SPAN&gt; about rebuilding indexes.&amp;nbsp; If you are using SQL Server Enterprise edition, refer to the following &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/24518"&gt;KB article&lt;/A&gt;&lt;SPAN&gt; on how to rebuild indexes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 13:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712268#M40318</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-12-01T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: SDE / SQL DB Tuning</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712269#M40319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Kent,&lt;BR /&gt;&lt;BR /&gt;Take a look at the following &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002p0000005r000000"&gt;link&lt;/A&gt; about updating statistics.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;You should update statistics before and after a compress operation, after you add or remove topology rules, and after you have finished importing, loading, or copying data into an ArcSDE geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003n00000069000000"&gt;link&lt;/A&gt; about rebuilding indexes.&amp;nbsp; If you are using SQL Server Enterprise edition, refer to the following &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/24518"&gt;KB article&lt;/A&gt; on how to rebuild indexes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that you referred to the KB article &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/24518"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/24518&lt;/A&gt;&lt;SPAN&gt; regarding rebuilding and analysing data. Is it best to use the SQL script in this KB or use the Analyze tool in Toolbox? It looks like they do the same thing but the SQL script seems more user friendly and easier to administer as it automatically will analyze and index all tables associated with the data owner. If I were to use the analyze tool say through model builder then I would have to add each feature class in and then update it each time I add a new feature class to the geodatabase. Looking at 10.1 this tool seems to have been improved to automatically do all the feature classes and tables etc but we are still at 9.3. Is that a fair assessment? Stay with the SQL script until we move to 10.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cameron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 15:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712269#M40319</guid>
      <dc:creator>CameronIrvine</dc:creator>
      <dc:date>2012-07-18T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: SDE / SQL DB Tuning</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712270#M40320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Cameron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that is a fair assessment.&amp;nbsp; The 10.1 help also provides &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Updating_statistics_on_geodatabase_system_tables_using_a_Python_script/019000000008000000/"&gt;examples&lt;/A&gt;&lt;SPAN&gt; on how you can create a python script to update your database statistics.&amp;nbsp; Updating database statistics can be an I/O-intensive operation, so you&amp;nbsp; might want to do this while most users are logged out of the database.&amp;nbsp; Having Windows Task Scheduler execute a script is the perfect solution for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 09:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-sql-db-tuning/m-p/712270#M40320</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-07-19T09:35:57Z</dc:date>
    </item>
  </channel>
</rss>

