Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
Details
| Attribute | Value |
|---|---|
| Product Name | SQL Server |
| Event ID | 41333 |
| Event Source | MSSQLSERVER |
| Component | SQLEngine |
| Symbolic Name | CROSS_CONTAINER_ISOLATION_FAILURE |
| Message Text | The following transactions must access memory optimized tables and natively compiled stored procedures under snapshot isolation: RepeatableRead transactions, Serializable transactions, and transactions that access tables that are not memory optimized in RepeatableRead or Serializable isolation. |
Explanation
There are restrictions against the user of the higher isolation levels between disk based transactions and XTP transactions.
User Action
Don't attempt high level isolation operations on memory-optimized tables (and natively compiled procedures) and disk based tables.
For more information, see In-Memory OLTP (In-Memory Optimization).