Pergunta

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

Foi útil?

Solução

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

Choosing Row Versioning-based Isolation Levels

BOL extract

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top