Thursday 24 August 2017

Question no.10

Developers report that usp_UpdateSessionRoom periodically returns error 3960. You need to prevent the error from occurring. The solution must ensure that the stored procedure returns the original values to all of the updated rows. What should you configure in Procedures.sql?

A. Replace line 46 with the following code: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE

B. Replace line 46 with the following code: SET TRANSACTION ISOLATION LEVEL REPEATABLE READ

C. Move the SELECT statement at line 49 to line 57.

D. Move the SET statement at line 46 to line 53.

Correct Answer: A 

No comments:

Post a Comment