Click here to Skip to main content
15,891,670 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Does anybody know if it is even possible to have a stored procedure which returns multiple select statements (result tables), and then have that dataset in reporting services return multiple tables?
The issue is that I can not reference the second or third result table in the dataset, and I can only use the first table that is being returned.
From a maintenance point of view I really do not want to have to create multiple Stored Procedures and create multiple dataset.
Posted
Updated 27-Nov-12 19:09pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900