Handling Multiple Result Sets in Sqlserver 2008R2

Hi,
I am having a StoredProcedure( with input parameters) which returns two result sets.

out of the two result sets i have to fetch the second one (Sqlserver 2008R2 version). could you pls help in this regard