Re: stored procedure in sql reportnig services by Bruce
Bruce
Tue Mar 01 08:13:09 CST 2005
No, RS only supports only one result set. Either split it into two SP or add
a parameter to determine which to return (of course it will get called
twice).
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"CCP" <CCP@discussions.microsoft.com> wrote in message
news:01231CFE-3303-4705-82A6-6A50B8C506EE@microsoft.com...
> hi,
> my stored procedure has two select statements so it returns 2 result sets.
> Can i refer to these results sets from my table object in sql reporting
> services??
>
> Thanks