The only one I'm aware of is serializable. This is talked about briefly in
Isolation Levels in the Database Engine:
DDL operations and transactions on replicated tables may fail when serializable isolation level is requested. This is because replication queries use hints that may be incompatible with serializable isolation level.
Brandon Williams (blog |
linkedin)