What should the strategy include?

A new data analytics application is being implemented in your organization.
Users will run a process that compares result sets before and after executing complex data modifications. The data will always be queried by using the same conditions.
Some tables updated by the process will not need to be compared.
Your need to design a locking strategy for the process that meets the following requirements:
• Enables other processes or users to modify tables that are not being compared
• Prevent other processes from performing data manipulation language activity on the tables that are being compared
What should the strategy include?
A. Use a transaction that uses the WITH (NOLOCK) hint.
B. Use a transaction that uses the WITH (HOLDLOCK) hint.
C. Set the transaction isolation level to READ UNCOMMITED.
D. Set the transaction isolation level to SERIALIZABLE.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.