Hi all!
I'm building a stored proc. that returns a table of data into another stored proc. in that receiving sp, I would like to put the returned data into a cursor, because I need to go through the contents in it. How is this possible? I can't put content returned by an execute statement into a table or a cursor. What should I do?
-- Arto Kainu