17083
Product Name
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.
The body of a natively compiled stored procedure did not have an ATOMIC block.
A natively compiled stored procedure must contain an ATOMIC block. For example:
For more information, see
In-Memory OLTP (In-Memory Optimization).
In-Memory OLTP (In-Memory Optimization)
ノ
Expand table
BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL = SNAPSHOT, LANGUAGE=
N'us_english')