TSQL: Call a stored procedure from another stored procedure and read the result
Posted
by pistacchio
on Stack Overflow
See other posts from Stack Overflow
or by pistacchio
Published on 2010-06-14T16:57:10Z
Indexed on
2010/06/14
17:02 UTC
Read the original article
Hit count: 307
tsql
|stored-procedures
Hi,
I have a stored procedure that, ending with a SELECT, returns a recordset. I can call it within anoher stored procedure like this:
EXEC procedure @param
How to get the returning recordset? Thanks
© Stack Overflow or respective owner