I have a stored procedure that have 2 result sets and I want to call this sp into another stored procedure and get both it’s result sets and work with them. I have searched in Internet and Knew about the new fearture in sql server 2012 for this purpose. It is ‘RESULT SETS’.I have a stored procedure that have 2 result se