1.

Purpose of TRY…CATCH block in SQL Server is ___________(a) Error handling(b) Stored Procedure handling(c) Message handling(d) None of the mentionedI have been asked this question in a job interview.This key question is from Error Handling in portion Developing with SQL Server of SQL Server

Answer»

Right answer is (a) Error handling

The BEST I can explain: TRY… CATCH IMPLEMENTS error handling for Transact-SQL that is SIMILAR to the exception handling in the MICROSOFT Visual C#.



Discussion

No Comment Found

Related InterviewSolutions