Tagged Questions
0
votes
2answers
575 views
Error handling of stored procedure having known errors being called from vb.net
I have sql server2000 encypted stored procedure. I can not modify them. Typicaly all the procedures manipulate row by row different tables using cursors etc.
When the stored procedure is executed at ...