Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.02 KB

mssqlserver-12304-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.02 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_12304
MSSQLSERVER_12304
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
12304 (Database Engine error)

MSSQLSERVER_12304

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 12304
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name HK_UNSUPPORTED_IDENTITY_TABLE_VAR
Message Text Using a memory optimized table type that uses the IDENTITY property with any of its columns is not supported when using the type outside the context of a natively compiled stored procedure.

User Action

Do not use a memory-optimized table type that uses the identity property with any of its columns.

See Also

In-Memory OLTP (In-Memory Optimization)