nerdexam
Microsoft

70-451 · Question #110

70-451 Question #110: Real Exam Question with Answer & Explanation

Sign in or unlock 70-451 to reveal the answer and full explanation for question #110. The question stem and answer options stay visible for context.

Question

You are a database developer. You plan to design a database solution by using SQL Server 2008. A database contains a large non-partitioned table with 4 million rows. You write a stored procedure that updates approximately 4,000 rows in the table. The stored procedure is scheduled to run only during peak hours. The stored procedure runs frequently. Users report performance issues. You discover that when the stored procedure runs, it results in memory contention because of a high number of locks placed on the table. You need to ensure that the SQL Server 2008 server places the minimum possible number of locks on the table while the stored procedure is being executed. What should you do?

Options

  • Aset the LOCK_ESCALATION option of the table to AUTO.
  • BAdd the PAGLOCK hint to the UPDATE statement in the procedure.
  • CDisable the LOCK_ESCALATION option of the table.
  • DAdd the TABLOCK hint to the UPDATE statement in the procedure.

Unlock 70-451 to see the answer

You've previewed enough free 70-451 questions. Unlock 70-451 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 70-451 Practice