<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What SQL maintenance should I perform on my OpsMgr databases?</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx</link><description>This question comes up a lot.&amp;#160; The answer is really - not what maintenance you should be performing... but what maintenance you should be *excluding*.... or when.&amp;#160; Here is why: Most SQL DBA's will set up some pretty basic default maintenance</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>OpsMgr 2007: Troubleshooting Console Performance in large environments</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3090144</link><pubDate>Thu, 17 Jul 2008 15:50:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3090144</guid><dc:creator>SMS&amp;MOM</dc:creator><description>&lt;p&gt;I've been getting a few questions lately about slow performance with the console so I thought a post&lt;/p&gt;
</description></item><item><title>Required SQL Maintenance for OpsMgr</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3103884</link><pubDate>Tue, 12 Aug 2008 09:33:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3103884</guid><dc:creator>Steve Rachui's Manageability blog - ConfigMgr/OpsMgr</dc:creator><description>&lt;p&gt;My collegue, Kevin Holman, has a blog post with great discussion about SQL maintenance for OpsMgr databases.&lt;/p&gt;
</description></item><item><title>re: What SQL maintenance should I perform on my OpsMgr databases?</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3115831</link><pubDate>Tue, 02 Sep 2008 15:20:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115831</guid><dc:creator>kobile</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i installed ACS and i can't find any comments about maintenance plan for the ACS DB.&lt;/p&gt;
&lt;p&gt;any idea ?&lt;/p&gt;
</description></item><item><title>re: What SQL maintenance should I perform on my OpsMgr databases?</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3115837</link><pubDate>Tue, 02 Sep 2008 15:46:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115837</guid><dc:creator>kevinhol</dc:creator><description>&lt;p&gt;ACS uses a SQL parttion (table) for each day's worth of new data. &amp;nbsp;This partition is closed and then indexed every night, table by table. &amp;nbsp;If everything works perfectly - there is no need to do anything to an ACS DB other than back it up.&lt;/p&gt;
&lt;p&gt;However, it is possible that the indexing can fail on an ACS DB - especially if the table is very large. &amp;nbsp;If this occurs, a reindex operation on the DB or table would be beneficial for reporting/query performance.&lt;/p&gt;
&lt;p&gt;That being said - this should only be done if the ACS DB insert rate is not very high.... because reindex operations greatly tax the SQL server CPU/Memory/Disk I/O, and will slow down the available insert rate for ACS.&lt;/p&gt;
&lt;p&gt;If you want to see how your partition look today, run a DBCC SHOWCONTIG WITH FAST as described above.&lt;/p&gt;
&lt;p&gt;In most scenarios - a backup is the only maintenance that should be performed on an ACS DB.&lt;/p&gt;
</description></item><item><title>re: What SQL maintenance should I perform on my OpsMgr databases?</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3115901</link><pubDate>Tue, 02 Sep 2008 17:57:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115901</guid><dc:creator>kobile</dc:creator><description>&lt;p&gt;Hi Kevin,&lt;/p&gt;
&lt;p&gt;Thanks for the quick reply. this is very helpful.&lt;/p&gt;
</description></item><item><title>re: What SQL maintenance should I perform on my OpsMgr databases?</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3165195</link><pubDate>Mon, 08 Dec 2008 16:16:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3165195</guid><dc:creator>Derek</dc:creator><description>&lt;p&gt;Kevin,&lt;/p&gt;
&lt;p&gt;With multiple management groups reporting to a single data warehouse is there a chance that the Standard Data Warehouse Data Set maintenance rule will run on each management group and cause issues on the data warehouse?&lt;/p&gt;
</description></item><item><title>re: multiple management groups </title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3166255</link><pubDate>Wed, 10 Dec 2008 17:51:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3166255</guid><dc:creator>kevinhol</dc:creator><description>&lt;p&gt;Derek - that is an excellent question - I am trying to find out the recommendation there.&lt;/p&gt;
</description></item><item><title>re: What SQL maintenance should I perform on my OpsMgr databases?</title><link>http://blogs.technet.com/kevinholman/archive/2008/04/12/what-sql-maintenance-should-i-perform-on-my-opsmgr-databases.aspx#3178020</link><pubDate>Thu, 08 Jan 2009 13:09:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3178020</guid><dc:creator>Michael</dc:creator><description>&lt;p&gt;Hi, is there a reason to update the statistics before rebuilding the indexes, wouldnt it be a better idea to do it the other way around?&lt;/p&gt;
&lt;p&gt;Kind regards, &lt;/p&gt;
&lt;p&gt;Mc&lt;/p&gt;
</description></item></channel></rss>