<?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: Puzzling Situations: Using MultiValue Parameters with Stored Procedures in SSRS</title>
	<atom:link href="http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 13:09:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Asbury</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-186</link>
		<dc:creator>David Asbury</dc:creator>
		<pubDate>Mon, 09 Aug 2010 18:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-186</guid>
		<description>excellent solution - i have spent hours trying to parse the parameter.</description>
		<content:encoded><![CDATA[<p>excellent solution &#8211; i have spent hours trying to parse the parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-170</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sun, 06 Jun 2010 17:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-170</guid>
		<description>u still use the UDF?</description>
		<content:encoded><![CDATA[<p>u still use the UDF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shanas</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-146</link>
		<dc:creator>shanas</dc:creator>
		<pubDate>Sun, 02 May 2010 07:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-146</guid>
		<description>was very useful. keep it up dude</description>
		<content:encoded><![CDATA[<p>was very useful. keep it up dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-95</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-95</guid>
		<description>Great article.  Really helped me out a lot, thanks!</description>
		<content:encoded><![CDATA[<p>Great article.  Really helped me out a lot, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-88</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-88</guid>
		<description>You can eventually use a multi-statement table-valued function and insert distinct records in the output table. It adds a little overhead though it solves the problem of duplicates.</description>
		<content:encoded><![CDATA[<p>You can eventually use a multi-statement table-valued function and insert distinct records in the output table. It adds a little overhead though it solves the problem of duplicates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tian van Heerden</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-86</link>
		<dc:creator>Tian van Heerden</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-86</guid>
		<description>Duh! Please ignore my comment (awaiting moderation) - I was looking at the Report parameters and not the Query parameters...</description>
		<content:encoded><![CDATA[<p>Duh! Please ignore my comment (awaiting moderation) &#8211; I was looking at the Report parameters and not the Query parameters&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tian van Heerden</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-85</link>
		<dc:creator>Tian van Heerden</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-85</guid>
		<description>Hi,
Thanks for an informative and entertaining post. 
I&#039;d have liked to implement this more generic method, but it looks like my only choice in SSRS 2005 is Mark Vaillancourt&#039;s XML solution.
The missing piece in 2005 is the ability to specify an expression for the report dataset parameter value using something like the &quot;Join&quot; transform. 
Or am I missing something?
Tian</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for an informative and entertaining post.<br />
I&#8217;d have liked to implement this more generic method, but it looks like my only choice in SSRS 2005 is Mark Vaillancourt&#8217;s XML solution.<br />
The missing piece in 2005 is the ability to specify an expression for the report dataset parameter value using something like the &#8220;Join&#8221; transform.<br />
Or am I missing something?<br />
Tian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Machanic : T-SQL Tuesday #002: The Roundup</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-83</link>
		<dc:creator>Adam Machanic : T-SQL Tuesday #002: The Roundup</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-83</guid>
		<description>[...] David Leibowitz brings a nice post on a topic that many SSRS developers get wrong: how to properly do multivalue parameters with stored procedures. [...]</description>
		<content:encoded><![CDATA[<p>[...] David Leibowitz brings a nice post on a topic that many SSRS developers get wrong: how to properly do multivalue parameters with stored procedures. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave J</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-79</link>
		<dc:creator>Dave J</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-79</guid>
		<description>We&#039;ve employed pretty much this solution and have found it very useful.  Then only part we hadn&#039;t worked out (and hence, I had a &#039;lightbulb moment&#039; when I read your post) was how to handle multiple string values where the strings may have commas in them.  Given I&#039;m well-versed in using Join to output concatenated parameter lists in the Report Layout, I really should have made that final step.  Thanks for a very good post.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve employed pretty much this solution and have found it very useful.  Then only part we hadn&#8217;t worked out (and hence, I had a &#8216;lightbulb moment&#8217; when I read your post) was how to handle multiple string values where the strings may have commas in them.  Given I&#8217;m well-versed in using Join to output concatenated parameter lists in the Report Layout, I really should have made that final step.  Thanks for a very good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Vaillancourt</title>
		<link>http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/comment-page-1/#comment-77</link>
		<dc:creator>Mark Vaillancourt</dc:creator>
		<pubDate>Tue, 12 Jan 2010 16:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=370#comment-77</guid>
		<description>This is a very cool solution indeed; a fun read, too. It does seem less involved than the other function-based solutions i have looked at. I see that this is certainly more reuseable than the XML solution I advocate in my blog. I think part of the reason is that i have not had to deal with environments where the resuability of the reporting sprocs was a major concern. The reports have typically been different enough from each other that there was no reuse. Also, i have only dealt with this issue when doing new report development, not with modifying existing ones. This is a great lesson to remind me that i need to think broader and cover as many angles as possible in my posts, not just the ones that are convenient for me. Thanks so much, David.</description>
		<content:encoded><![CDATA[<p>This is a very cool solution indeed; a fun read, too. It does seem less involved than the other function-based solutions i have looked at. I see that this is certainly more reuseable than the XML solution I advocate in my blog. I think part of the reason is that i have not had to deal with environments where the resuability of the reporting sprocs was a major concern. The reports have typically been different enough from each other that there was no reuse. Also, i have only dealt with this issue when doing new report development, not with modifying existing ones. This is a great lesson to remind me that i need to think broader and cover as many angles as possible in my posts, not just the ones that are convenient for me. Thanks so much, David.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
