Summary

In this chapter, we covered the basic theory of transactions, which is probably one of the most important topics related to application architecture. You learned about transaction support in SQL Server 2008 and the supported isolation levels and their behavior. You also saw a side-by-side comparison with ADO.NET.

We also covered implementation of distributed transactions and the new support for writing transactional code that might have nothing to do with a database other than possibly enlisting in the same transaction as the database.

Last, you learned about the transaction support and implementation in SQL CLR. You saw how the SqlConnection object takes advantage of both local transaction implementation and distributed transaction implementation, ...

Get Programming Microsoft® SQL Server™ 2008 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.