Tag Archives: try

SQL Server Exception handling


Error Handling is an important feature for any programming language. It helps developer to handle error inside the application code instead surprising user with debugging error messages. SQL Server Error handling SQL Server does have efficient and simplest error handling mechanism to handle … Continue reading

Posted in SQL Server | Tagged , , , , , | 5 Comments