Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.5 KB

mssqlserver-41333-database-engine-error.md

File metadata and controls

37 lines (30 loc) · 1.5 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_41333
MSSQLSERVER_41333
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
41333 (Database Engine error)

MSSQLSERVER_41333

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name [!INCLUDEssNoVersion]
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).

See Also

In-Memory OLTP (In-Memory Optimization)