question

venkatreddy avatar image
venkatreddy asked

Need reference books or articles for isolation levels and locking hints in SQL Server

Hi,Can anybody suggest me reference books or articles(for ground level under standing) that which describes the best with examples on SQL server isolation levels and locking hints.Thanks in advance..

subjectivedocumentation
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Grant Fritchey avatar image
Grant Fritchey answered

There are two good references that will address this that I know of, Kalen Delany's Internals book, and Christian Bolton, Brent Ozar, et al, Internals book.

They'll both cover that topic well.

As an aside, I'm pretty strongly against using locking hints unless you've exhausted every other avenue, and even then using the hint is probably the wrong thing to do.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.