RSS Feeds

Saturday, August 1, 2009

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 .

7 comments:

Abhishek Sur said...

Great article indeed. Very good . Keep rocking..

Abhijit Jana said...

Thanks mate.

Mohamed yasir.P said...

Hai..Abijith...very good article. very simple to read and understand. very nice

Abhijit Jana said...

Thanks a lot :)

Amit Mithiya said...

Great article ....Thanks

Abhijit Jana said...

Thanks Mate

syedmuneem said...

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.

Post a Comment