<?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>SMS 2003 SP3 Add/Remove Programs reports may cause a CPU Spike and/or SQL Timeout.</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx</link><description>9/17/2007 This fix is now ready and can be obtained by contacting CSS and requesting this fix. For details please review KB 939872 Updated on 7/18/2007: A fix is being developed for this issue and is expected to be available in the first half of August.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SMS 2003 SP3 Add/Remove Programs reports may cause a CPU Spike and/or SQL Timeout.</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1454330</link><pubDate>Fri, 06 Jul 2007 10:33:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1454330</guid><dc:creator>jarviand</dc:creator><description>&lt;p&gt;Now am I glad I found this - since we did Sp3 we have been having lots of unexplained CPU spiking - it is so bad you get 'sql server unavailable' in dataldr.log.... only last night we 'reworked' the add remove programs report code a tiny bit - and this HAS fixed the issue - the report runs faster than ever before - even before Sp3. And no view changes. I'll share below if it is of use....&lt;/p&gt;
&lt;p&gt;declare @ResourceId int&lt;/p&gt;
&lt;p&gt;select @ResourceId=ResourceID from &amp;nbsp;v_R_System where netbios_name0 = @computername&lt;/p&gt;
&lt;p&gt;Select v_Add_Remove_Programs.DisplayName0, v_Add_Remove_Programs.Publisher0, v_Add_Remove_Programs.Version0&lt;/p&gt;
&lt;p&gt;from &amp;nbsp;v_Add_Remove_Programs&lt;/p&gt;
&lt;p&gt;where ResourceID = @ResourceID&lt;/p&gt;
&lt;p&gt;I have to stress I am no SQL code expert - however I am married to one - we ran the profile tool and the report was busy table scanning - our add_remove_programs table has 2.6million rows (only 16k clients so not huge)&lt;/p&gt;
&lt;p&gt;It does make me wonder how many other reports in the app are 'inefficient' - we have already had similar issues with MOM 2005 tasks that could easily be made to run 100 times faster.&lt;/p&gt;
</description></item><item><title>SMS 2003 - Troubleshooting - Post SP3 SQL Spike Workaround</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1459542</link><pubDate>Fri, 06 Jul 2007 21:26:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1459542</guid><dc:creator>Logs of an SMS Administrator at myITforum.com</dc:creator><description>&lt;p&gt;Paul was nice enough to post a link to this blog workaround for this problem. I thought I would post&lt;/p&gt;
</description></item><item><title>Problem with Report 97 after upgrading to SP3</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1485223</link><pubDate>Mon, 09 Jul 2007 18:17:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1485223</guid><dc:creator>Chris Stauffer at myITForum.com</dc:creator><description>&lt;p&gt;We found a problem with SP3 last week and was planning on contacting Premier support about it once the&lt;/p&gt;
</description></item><item><title>SMS SP3, Report 97, and Ron Crumbaker's Web tool...OH MY!</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1487470</link><pubDate>Mon, 09 Jul 2007 22:56:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1487470</guid><dc:creator>Sean McHugh at myITforum.com</dc:creator><description>&lt;p&gt;We recently ran into a problem with SMS Report number 97 that seems to be cropping up from time to time&lt;/p&gt;
</description></item><item><title>re: SMS 2003 SP3 Add/Remove Programs reports may cause a CPU Spike and/or SQL Timeout.</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1917845</link><pubDate>Fri, 07 Sep 2007 21:01:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1917845</guid><dc:creator>BCM4309</dc:creator><description>&lt;p&gt;Are there any updates on the proposed fix for this issue?&lt;/p&gt;
</description></item><item><title>re: SMS 2003 SP3 Add/Remove Programs reports may cause a CPU Spike and/or SQL Timeout.</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1917846</link><pubDate>Fri, 07 Sep 2007 21:02:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1917846</guid><dc:creator>BCM4309</dc:creator><description>&lt;p&gt;Are there any updates on the proposed fix for this issue?&lt;/p&gt;
</description></item><item><title>Update - SMS 2003 SP3 Add/Remove Programs reports may cause a CPU Spike and/or SQL Timeout</title><link>http://blogs.technet.com/smsandmom/archive/2007/06/28/sms-2003-sp3-add-remove-programs-reports-may-cause-a-cpu-spike-and-or-sql-timeout.aspx#1984945</link><pubDate>Tue, 18 Sep 2007 15:06:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1984945</guid><dc:creator>SMS &amp; MOM</dc:creator><description>&lt;p&gt;Back in June we blogged about an issue where the SMS 2003 SP3 Add/Remove Programs reports may cause a&lt;/p&gt;
</description></item></channel></rss>