Given a stored procedure in SQL Server which has multiple select statements, is there a way to work with those results separately while calling the procedure?>
select
You can put multiple result set in form of xml to a table
So that when you want to access all these result you parse those result set column to a tabular form