<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PerformancePoint Blog &#187; Add new tag</title>
	<atom:link href="http://performancepointblog.com/tag/add-new-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancepointblog.com</link>
	<description>A Blog about PerformancePoint, SQL Reporting Services and all the nummy BI technologies that interact with them</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:02:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Does SQL Server Reporting Services execute queries sequentially or in parallel?</title>
		<link>http://performancepointblog.com/2008/05/does-sql-server-reporting-services-execute-queries-sequentially-or-in-parallel/</link>
		<comments>http://performancepointblog.com/2008/05/does-sql-server-reporting-services-execute-queries-sequentially-or-in-parallel/#comments</comments>
		<pubDate>Tue, 20 May 2008 11:41:48 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=4</guid>
		<description><![CDATA[I saw an interesting thread today I thought I would pass along. In essence, one of my colleagues wanted to know if the twenty-ish queries behind his SSRS report would all fire at the same time, or sequentially. The answer is (of course, we&#8217;re Microsoft) &#8220;it depends&#8221;. Robert Bruckner from the SSRS product team pointed [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2008/05/does-sql-server-reporting-services-execute-queries-sequentially-or-in-parallel/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Does+SQL+Server+Reporting+Services+execute+queries+sequentially+or+in+parallel%3F";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I saw an interesting thread today I thought I would pass along. In essence, one of my colleagues wanted to know if the twenty-ish queries behind his SSRS report would all fire at the same time, or sequentially.</p>
<p>The answer is (of course, we&#8217;re Microsoft) &#8220;it depends&#8221;. <span id="spnFrom" class="rwRRO" title="Robert.Bruckner@microsoft.com" onclick="_e(this,this._e_onclick)" ondblclick="_e(this,this._e_ondblclick)">Robert Bruckner from the SSRS product team pointed to the &#8220;Use Single Transaction&#8221; option on the data source properties dialog in Report Designer. If  this option is enabled (it&#8217;s disabled by default), then we run queries sequentially. If the option is disabled, we run in parallel assuming we have available threads in the SSRS thread pool. </span></p>
<p><span class="rwRRO" title="Robert.Bruckner@microsoft.com" onclick="_e(this,this._e_onclick)" ondblclick="_e(this,this._e_ondblclick)">Interesting stuff!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2008/05/does-sql-server-reporting-services-execute-queries-sequentially-or-in-parallel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
