Thursday, April 10, 2008

Share data between stored procedures

How to share data between stored procedures
This article describes a possible way to...

  1. How can I use the result set from one stored procedure in another, also expressed as
  2. How can I use the result set from a stored procedure in a SELECT statement?
  3. How can I pass a table as a parameter from one stored procedure to another?

No comments: