is there a way to get the results of the 'results set' below in a table? or can we kick the stored procedure below twice for different parameters and get the combined result set in a table?
exec dbo.proc_test 'test parameter' with result sets ( ( c1 int, c2 nvarchar(100) ) );