SQL SERVER – Quiz and Video – Introduction to SQL Error Actions

Posted by pinaldave on SQL Authority See other posts from SQL Authority or by pinaldave
Published on Thu, 10 May 2012 01:30:26 +0000 Indexed on 2012/05/30 22:46 UTC
Read the original article Hit count: 449

This is follow up blog post of my earlier blog post on the same subject - SQL SERVER – Introduction to SQL Error Actions – A Primer. In the article we discussed various basics terminology of the error handling. The article further covers following important concepts of error handling.

  • Introduction to SQL Error Actions
  • Statement Termination
  • Scope Abortion
  • Batch Termination

Above three are the most important concepts related to error handling and SQL Server.  There are many more things one has to learn but without beginners fundamentals one can’t learn the advanced concepts. Let us have small quiz and check how many of you get the fundamentals right.

Quiz

1.) Which SQL Server error action happens for errors with a severity of 11-16 when you set the XACT_ABORT setting to ON?

  1. You will get Statement Termination.
  2. You will get Scope Abortion.
  3. You will get Batch Abortion.
  4. You will get Connection Termination.
  5. SQL Server will pick the error action.

2.) Which SQL Server error action happens for errors with a severity of 11-16 when you set the XACT_ABORT setting to OFF?

  1. You will get Statement Termination
  2. You will get Scope Abortion
  3. You will get Batch Abortion
  4. You will get Connection Termination
  5. SQL Server will pick the error action

Now make sure that you write down all the answers on the piece of paper.

Watch following video and read earlier article over here. If you want to change the answer you still have chance.

Solution

1) 3

2) 5

Now compare let us check the answers and compare your answers to following answers. I am very confident you will get them correct.

Available at

USA: Amazon

India: Flipkart IndiaPlaza

Volume: 12345

Please leave your feedback in the comment area for the quiz and video. Did you know all the answers of the quiz?

Reference: Pinal Dave (http://blog.sqlauthority.com)


Filed under: Joes 2 Pros, PostADay, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, T SQL, Technology

© SQL Authority or respective owner

Related posts about Joes 2 Pros

Related posts about PostADay