What type of isolation should be used for the query to return results fast?

You have a stored procedure that uses a SELECT statement to retrieve a sample data set from a table. It has been determined that the query is taking too long to return data.
Given that some inconsistent data can be allowed to appear. What type of isolation should be used for the query to return results fast?
A. Repeatable Read
B. Read Uncommited
C. ReadCommitted
D. ReadCommitted Snapshot

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.