<?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: Speed up MDX query preparation in Reporting Services</title>
	<atom:link href="http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in/</link>
	<description>A practical blog about Microsoft BI tools, techniques and practices written by a developer for other fellow developers.</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:41:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Speed up MDX query preparation in Reporting Services by specifying default parameter value &#124; Profancy Technoloy Blog</title>
		<link>http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in/comment-page-1/#comment-334</link>
		<dc:creator>Speed up MDX query preparation in Reporting Services by specifying default parameter value &#124; Profancy Technoloy Blog</dc:creator>
		<pubDate>Tue, 29 Mar 2011 20:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in-reporting-services/#comment-334</guid>
		<description>[...] Speed up MDX query preparation in Reporting Services by specifying default parameter value. Read more&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Speed up MDX query preparation in Reporting Services by specifying default parameter value. Read more&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in/comment-page-1/#comment-41</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in-reporting-services/#comment-41</guid>
		<description>The best solution is it add true in the report XML file. It works well.</description>
		<content:encoded><![CDATA[<p>The best solution is it add true in the report XML file. It works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyan Penev</title>
		<link>http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in/comment-page-1/#comment-32</link>
		<dc:creator>Boyan Penev</dc:creator>
		<pubDate>Tue, 05 Jan 2010 01:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in-reporting-services/#comment-32</guid>
		<description>Sounds good. A few other recent related posts:&lt;br /&gt;&lt;br /&gt;http://cwebbbi.spaces.live.com/blog/cns!7B84B0F2C239489A!4123.entry&lt;br /&gt;&lt;br /&gt;http://prologika.com/CS/blogs/blog/archive/2009/06/08/suppressing-auto-generation-of-mdx-parameter-datasets.aspx&lt;br /&gt;&lt;br /&gt;http://richardlees.blogspot.com/2008/09/reporting-services-2008-overwrites-mdx.html</description>
		<content:encoded><![CDATA[<p>Sounds good. A few other recent related posts:</p>
<p><a href="http://cwebbbi.spaces.live.com/blog/cns!7B84B0F2C239489A!4123.entry" rel="nofollow">http://cwebbbi.spaces.live.com/blog/cns!7B84B0F2C239489A!4123.entry</a></p>
<p><a href="http://prologika.com/CS/blogs/blog/archive/2009/06/08/suppressing-auto-generation-of-mdx-parameter-datasets.aspx" rel="nofollow">http://prologika.com/CS/blogs/blog/archive/2009/06/08/suppressing-auto-generation-of-mdx-parameter-datasets.aspx</a></p>
<p><a href="http://richardlees.blogspot.com/2008/09/reporting-services-2008-overwrites-mdx.html" rel="nofollow">http://richardlees.blogspot.com/2008/09/reporting-services-2008-overwrites-mdx.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozziemedes</title>
		<link>http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in/comment-page-1/#comment-28</link>
		<dc:creator>Ozziemedes</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bp-msbi.com/2009/01/speed-up-mdx-query-preparation-in-reporting-services/#comment-28</guid>
		<description>Hi Boyan,&lt;br /&gt;&lt;br /&gt;Quick one on this... I use this approach myself, and thought I&#039;d add a refinement that I&#039;ve discovered in SSRS 2005.  When you first create the default value, SSRS will produce a data set to fetch the default member from the SSAS DB.  When you&#039;re over-riding the default parameter value in the MDX designer with a default parameter specified by the report shell itself, you can just delete the autogenerated data-set.&lt;br /&gt;&lt;br /&gt;I&#039;ve found that deleting the dataset increases report performance considerably when you&#039;re passing a member unique name to a StrToMember function in your MDX report query.  &lt;br /&gt;&lt;br /&gt;As I said - haven&#039;t checked this out in SQL 2008 yet, but I&#039;d be willing to bet it&#039;s the same.</description>
		<content:encoded><![CDATA[<p>Hi Boyan,</p>
<p>Quick one on this&#8230; I use this approach myself, and thought I&#39;d add a refinement that I&#39;ve discovered in SSRS 2005.  When you first create the default value, SSRS will produce a data set to fetch the default member from the SSAS DB.  When you&#39;re over-riding the default parameter value in the MDX designer with a default parameter specified by the report shell itself, you can just delete the autogenerated data-set.</p>
<p>I&#39;ve found that deleting the dataset increases report performance considerably when you&#39;re passing a member unique name to a StrToMember function in your MDX report query.  </p>
<p>As I said &#8211; haven&#39;t checked this out in SQL 2008 yet, but I&#39;d be willing to bet it&#39;s the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

