Hi
How ,we will handle all unknown error which may come at run-time in SQL server stored procedure. We can't use SET_XACT_ABORT ON option. Because it will not allow to capture the error message.
What is the best way to for error handling in SQL server 7.0 stored procedure running s a batch job.
Please Help Urgently.
Thanks
How ,we will handle all unknown error which may come at run-time in SQL server stored procedure. We can't use SET_XACT_ABORT ON option. Because it will not allow to capture the error message.
What is the best way to for error handling in SQL server 7.0 stored procedure running s a batch job.
Please Help Urgently.
Thanks