Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Stored Procedure output

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-23 : 12:56:49
PAS OLE writes "I am executing a stored procedure B from within a stored procedure A. Is it possible to get the result of Proc B in a temporary table or cursor in Procedure A???

Procedure B looks like:
create procedure B as
SELECT * FROM Table"
   

- Advertisement -