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