My New Article : Overview of Error in SQL Server 2005 Handling

Today I have published another article on Error Handling in SQL Server 2005. This is all about how we are going to handled errors and exception in T-SQL. I have described basic of  @@ERROR and TRY-CATCH Block with proper example. If you are really intereseted, then please read my article here, Overview of Error Handling in SQL Server 2005

Please give your suggestion and feedback .

My Articles, SQL Server 2005

7 comments

  1. Hello abhijit i tried to practise the try catch block but its not working its displaying the message that

    Msg 195, Level 15, State 10, Line 6
    ‘ERROR_MESSAGE’ is not a recognized function name.

    Like

Leave a comment