Hi all,
If I exec an sp, I see my results table in the query analyser. But could I do this (or something like this ?)
select * from (
exec getdata ) A
I believe I CAN do this with a function, but perhaps not from an SP.
All I think I can do is to load the results of the SP into a tmp table and then parse that...any advance on this ?
Regards, Greg