Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.26 KB

mssqlserver-2519-database-engine-error.md

File metadata and controls

35 lines (29 loc) · 1.26 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_2519
MSSQLSERVER_2519
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
2519 (Database Engine error)

MSSQLSERVER_2519

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 2519
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name DBCC_NO_EXPRESSION_EVALUATOR
Message Text Computed columns and user-defined types cannot be checked for object ID O_ID (object "O_NAME") because the internal expression evaluator could not be initialized.

Explanation

This informational message indicates that the query processor could not provide DBCC with an internal object to allow for the evaluation of computed columns and common language runtime (CLR) user-defined types. This means that computed columns and CLR user-defined types will not be checked for correctness or be used when DBCC checks the consistency between indexes and base tables.

User Action

None

See Also

MSSQLSERVER_2518