Hello I have a sp where the last statement is a "select * from...."
Now can I capture this resultset that is returned , into a table ?
(without modifying the sp itself)
Something like this ? (this obviously does not work :) )
select into #ttt exec mod_pos_fx_r :) Regards Joe
