1.

Which of the following is a global variable for error handling?(a) ERRORS(b) ERROR(c) ERR(d) None of the mentionedI had been asked this question by my college professor while I was bunking the class.Enquiry is from Error Handling in chapter Developing with SQL Server of SQL Server

Answer» RIGHT option is (b) @@ERROR

For EXPLANATION: @@ERROR is one of the basic error handling MECHANISMS in SQL Server.


Discussion

No Comment Found

Related InterviewSolutions