<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: I need to fix a very slow performing SQL Server Reporting Services report server.?</title>
	<atom:link href="http://www.indesicant.com/sql-server-hosting/i-need-to-fix-a-very-slow-performing-sql-server-reporting-services-report-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indesicant.com/sql-server-hosting/i-need-to-fix-a-very-slow-performing-sql-server-reporting-services-report-server</link>
	<description>Powerful, secure, feature laden, high performance Windows and Linux web hosting</description>
	<lastBuildDate>Wed, 02 Jun 2010 03:18:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SakuiWeb.com</title>
		<link>http://www.indesicant.com/sql-server-hosting/i-need-to-fix-a-very-slow-performing-sql-server-reporting-services-report-server/comment-page-1#comment-1920</link>
		<dc:creator>SakuiWeb.com</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.indesicant.com/sql-server-hosting/i-need-to-fix-a-very-slow-performing-sql-server-reporting-services-report-server#comment-1920</guid>
		<description>Use the sql query analysis tool, it will tell you where to index your tables and other such performance improovment techiniques.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Use the sql query analysis tool, it will tell you where to index your tables and other such performance improovment techiniques.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pimp Master G</title>
		<link>http://www.indesicant.com/sql-server-hosting/i-need-to-fix-a-very-slow-performing-sql-server-reporting-services-report-server/comment-page-1#comment-1919</link>
		<dc:creator>Pimp Master G</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.indesicant.com/sql-server-hosting/i-need-to-fix-a-very-slow-performing-sql-server-reporting-services-report-server#comment-1919</guid>
		<description>Have a look at the data that your report is selecting from your server. 

It could be that it&#039;s doing a massive join which performed OK with only 10 rows, but now it&#039;s dealing with 100 rows has grown exponentially. 

I&#039;m assuming you&#039;re not running this report at a different time of day where the load on the server is different from the other reports running, and that there are no contention issues - have you checked locks?

I&#039;d say it must be a programming issue with the report -have you checked CPU usage on the box, is there enough ram to generate the report or is the server swapping? Have a look at the data though, and the number of rows returned - if possible separate the SQL from the report and run that via a console, does it still take as long?&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Have a look at the data that your report is selecting from your server. </p>
<p>It could be that it&#8217;s doing a massive join which performed OK with only 10 rows, but now it&#8217;s dealing with 100 rows has grown exponentially. </p>
<p>I&#8217;m assuming you&#8217;re not running this report at a different time of day where the load on the server is different from the other reports running, and that there are no contention issues &#8211; have you checked locks?</p>
<p>I&#8217;d say it must be a programming issue with the report -have you checked CPU usage on the box, is there enough ram to generate the report or is the server swapping? Have a look at the data though, and the number of rows returned &#8211; if possible separate the SQL from the report and run that via a console, does it still take as long?<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
