Saved Bookmarks
| 1. |
How Will You Handle Exceptions In Sql Server Programming? |
|
Answer» By using TRY-CATCH constructs, putting our SQL statements/scripts inside the TRY BLOCK and error HANDLING in the CATCH block. By using TRY-CATCH constructs, putting our SQL statements/scripts inside the TRY block and error handling in the CATCH block. |
|