Chapter 9. Transactions and Concurrency

This chapter covers transactions and their properties, and describes how Microsoft SQL Server handles concurrent users trying to access the same data. The chapter explains how SQL Server uses locks to isolate inconsistent data, how to troubleshoot blocking situations, and how to control the level of consistency you get when querying data with isolation levels. The chapter also covers deadlocks and ways to mitigate their occurrence.

Note that this chapter is just an introduction to these topics, many of which can become quite complex. You can find more information on these topics in SQL Server Books ...

Get Microsoft® SQL Server® 2008 T-SQL Fundamentals now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.