Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.43 KB

File metadata and controls

43 lines (35 loc) · 1.43 KB
title MSSQLSERVER_17084 | Microsoft Docs
ms.custom
ms.date 04/04/2017
ms.prod sql
ms.reviewer
ms.technology supportability
ms.topic language-reference
helpviewer_keywords
17084 (Database Engine error)
ms.assetid e579d104-3307-4edd-8587-b14ecbc02ed9
author MashaMSFT
ms.author mathoma

MSSQLSERVER_17084

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md]

Details

Product Name [!INCLUDEssNoVersion]
Event ID 17084
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name P3_ATOMIC_WITH_MISSING_OPTION
Message Text The WITH clause of BEGIN ATOMIC statement must specify a value for the option '%ls'.

Explanation

The WITH clause of BEGIN ATOMIC statement did not specify a value for an option.

User Action

ATOMIC blocks require values for the WITH options TRANSACTION ISOLATION LEVEL and LANGUAGE. 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

In-Memory OLTP (In-Memory Optimization)