Capture Feedback in Procedure [message #35886] |
Mon, 22 October 2001 08:40  |
scott
Messages: 73 Registered: September 1999
|
Member |
|
|
I've got a stored procedure that deletes table records. Anyone know a way to capture the feedback (e.g. 80 rows deleted) into a variable in the procedure? I know I could do a 'Select count(*) into VARIABLE ...' before I do the delete, but that method won't work for me in this case.
Thanks for the Help.
Scott
----------------------------------------------------------------------
|
|
|
|