You can create a temp table and then use INSERT INTO #MyTable EXEC procedure @param
.
There are some other techniques listed here.
You can create a temp table and then use INSERT INTO #MyTable EXEC procedure @param
.
There are some other techniques listed here.