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)
 Exception Handling in stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-09 : 00:47:52
umesh writes "How to handle the exception in stored procedure? I declared a cursor fetching values and inserting into a table. if in between any error ocurred how to handle it so that i can rollback transaction. (insertion is done in while loop one by one)"
   

- Advertisement -