MSSQLSERVER_17083

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

17083

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

P3_HEKATON_NOT_ATOMIC

Message Text

The body of a natively compiled stored procedure must be an ATOMIC block.

Explanation

The body of a natively compiled stored procedure did not have an ATOMIC block.

User Action

A natively compiled stored procedure must contain an ATOMIC block. For example:

BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL = SNAPSHOT, LANGUAGE= N’us_english’)

For more information, see In-Memory OLTP (In-Memory Optimization).

See Also

Concepts

In-Memory OLTP (In-Memory Optimization)