Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.49 KB

mssqlserver-2518-database-engine-error.md

File metadata and controls

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

MSSQLSERVER_2518

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 2518
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name DBCC_NO_EXPRESSION_EVAL_CLR_DISABLED
Message Text Object ID O_ID (object "O_NAME"): Computed columns and user-defined types cannot be checked for this object because the common language runtime (CLR) is disabled.

Explanation

This informational message indicates that the query processor could not provide DBCC with an internal object to allow for computed columns and common language runtime (CLR) user-defined types to be evaluated. This problem occurred because one of the columns involved the CLR, but the CLR is not enabled. The internal object covers all columns. Therefore, the inability to evaluate a single column prevents creating the internal object. This means that computed columns will not be checked for correctness or be used when DBCC checks the consistency between indexes and base tables.

User Action

Enable CLR and rerun the DBCC statement.

See Also

Enabling CLR Integration