Error handling technique in SQL Server

Write down the latest error handling technique in SQL Server 2005?

E

Expert

Verified

SQL Server 2005 launches a latest exception handling paradigm using CATCH or TRY blocks in T-SQL. The errors are fine trapped in the try block and the execution is passes back to the catch block. The conditions such as using cursors… the cursor is assigned for opening in the TRY block at the time of happening an error is thrown to CATCH block to verify whether it is open. when it is open, it must be close and de-allocate.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.