<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>HowTo: Create a SQL Server 2000 Reporting Services Report from a Stored Procedure</title><link>http://blogs.msdn.com/glengordon/archive/2004/05/10/129356.aspx</link><description>Several folks at my sessions have asked how to create a report in SQL Server 2000 Reporting Services Report Designer based on a stored procedure. Keep in mind, there are some tricky steps if you are using the report wizard. You don't get the opportunity</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Take Outs for 10 May 2004</title><link>http://blogs.msdn.com/glengordon/archive/2004/05/10/129356.aspx#129503</link><pubDate>Tue, 11 May 2004 05:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:129503</guid><dc:creator>Enjoy Every Sandwich</dc:creator><description>Take Outs for 10 May 2004</description></item><item><title>re: HowTo: Create a SQL Server 2000 Reporting Services Report from a Stored Procedure</title><link>http://blogs.msdn.com/glengordon/archive/2004/05/10/129356.aspx#149868</link><pubDate>Mon, 07 Jun 2004 09:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:149868</guid><dc:creator>ZIYAD MOHAMMAD</dc:creator><description>THIS IS SIMPLY EXCELLENT</description></item><item><title>Oracle Stored Procedure</title><link>http://blogs.msdn.com/glengordon/archive/2004/05/10/129356.aspx#165141</link><pubDate>Thu, 24 Jun 2004 23:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:165141</guid><dc:creator>Derek T</dc:creator><description>I am using Oracle OLE DB - and am accessing a procedure to return fields to my report.  The field list in RS populates - and I can build the project without getting errors.  However, when I attempt to execute or preview the report, I get an error saying:&lt;br&gt;&lt;br&gt;An error has occurred during report processing.&lt;br&gt;Query execution failed for data set 'spAcreageData'&lt;br&gt;ORA-06550: line 1, column 7:&lt;br&gt;PLS-00306: wrong number of types or arguments in call to 'rums_sp_report_acreage_data'&lt;br&gt;ORA-06550: line 1, column 7:&lt;br&gt;PL/SQL: Statement ignored&lt;br&gt;&lt;br&gt;I have two parameters and two &amp;quot;in&amp;quot; parameters in the Oracle procedure&lt;br&gt;&lt;br&gt;I've done what you suggest above - but clicking the Run/Execute doesn't work - it pops up the dialogue asking for values - I enter valid values and get the error above.&lt;br&gt;&lt;br&gt;have any suggestions?</description></item><item><title>re: HowTo: Create a SQL Server 2000 Reporting Services Report from a Stored Procedure</title><link>http://blogs.msdn.com/glengordon/archive/2004/05/10/129356.aspx#188667</link><pubDate>Tue, 20 Jul 2004 16:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:188667</guid><dc:creator>nsarovar</dc:creator><description>For defining report based on ODBC you may follow below steps&lt;br&gt;Aim is to call stored procedure &lt;br&gt;sp_fun @val as integer&lt;br&gt; &lt;br&gt;1. follow the steps as given in the above article if you are using wizard&lt;br&gt;2.then in data view tab type &lt;br&gt;{call sp_fun(?)} &lt;br&gt;3.Select Report\Report Parameters&lt;br&gt;Create Parameters corresponding to stored procedure parameter&lt;br&gt;I assume name to be P1,TYPE integer&lt;br&gt;4. Invoke DataSet Designer dialog , Select parameters tab &lt;br&gt;Set the parameter name  to ? &lt;br&gt;Set the value to P1 BY SELECTING &amp;lt;Expression...&amp;gt; in the combo and then &lt;br&gt;selecting &lt;br&gt;Parameters -&amp;gt; P1 &lt;br&gt;Result will come as &lt;br&gt;?=Parameters!P1.Value&lt;br&gt;5.Run the report using icon with title !  &lt;br&gt;6.Type values &lt;br&gt;</description></item><item><title>re: HowTo: Create a SQL Server 2000 Reporting Services Report from a Stored Procedure</title><link>http://blogs.msdn.com/glengordon/archive/2004/05/10/129356.aspx#208951</link><pubDate>Thu, 05 Aug 2004 17:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:208951</guid><dc:creator>Greatful1</dc:creator><description>Thanks dude. This really helped me out... u r0x0rz!</description></item></channel></rss>