Page 1 of 1

Stored procedures that have multiple results sets

Posted: Wed Jun 13, 2018 7:31 am
by anishravindran
Team,

Currently is there is way to handle the stored procedures with multiple result sets? By default it gives only the first result set when connected from designer.

Please can you let me know if this can be achieved without dividing the stored procedure into separate procedures.

Thanks

Anish

Re: Stored procedures that have multiple results sets

Posted: Wed Jun 13, 2018 8:44 pm
by Lech Kulikowski
Hello,

Unfortunately, it is not possible to use stored procedures with multiple result sets directly in the designer.

Thank you.

Re: Stored procedures that have multiple results sets

Posted: Wed Jun 13, 2018 8:45 pm
by Edward
Hi Anish,

Unfortunately, the stored procedure is transformed to the data source in the report in one to one fashion.

But please consider the following approach:

viewtopic.php?t=5084

Thank you,
Edward