exam questions

Exam 70-464 All Questions

View all questions & answers for the 70-464 exam

Exam 70-464 topic 3 question 8 discussion

Actual exam question from Microsoft's 70-464
Question #: 8
Topic #: 3
[All 70-464 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
raja1234567890
4 years, 8 months ago
Serialization provides range lock. Repeatable Read itself will serve purpose.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...