Вопрос

Distributed transactions are not supported for snapshot isolation level in SQL Server 2008R2. But what about read committed snapshot?

Это было полезно?

Решение

Yes RCSI is supported for use with distributed transactions as documented in Books Online:

Choosing Row Versioning-based Isolation Levels

BOL extract

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top