MSSQLSERVER_41332

Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

Details

Product Name

SQL Server

Event ID

41332

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

SQL_SNAPSHOT_NOT_SUPPORTED

Message Text

Memory optimized tables and natively compiled stored procedures cannot be accessed or created when the session TRANSACTION ISOLATION LEVEL is set to SNAPSHOT.

Explanation

The transaction was started in snapshot isolation level and then attempted to use an incompatible feature.

User Action

Start the transaction with a different isolation level. For more information, see In-Memory OLTP (In-Memory Optimization).

See Also

Concepts

In-Memory OLTP (In-Memory Optimization)