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)
 passing and retrieving cursors

Author  Topic 

chillspider
Starting Member

3 Posts

Posted - 2001-05-07 : 22:35:27
Anyone help me how to retrieve a cursor from one stored procedure within another stored procedure? I tried to declare a cursor within the 2nd procedure and use exec to call the 1st sp (which will pass the cursor) but i got error.
Pleaes help.
Thanks a bunch

   

- Advertisement -