Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 945 Bytes

mssqlserver-2511-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 945 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_2511
MSSQLSERVER_2511
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
2511 (Database Engine error)

MSSQLSERVER_2511

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 2511
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name DBCC_KEYS_OUT_OF_ORDER
Message Text Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Keys out of order on page %S_PGID, slots %d and %d.

Explanation

Out-of-order keys were detected in the specified index. The page in which the keys are contained may be corrupted.

User Action

Rebuild the specified index by using the ALTER INDEX REBUILD statement.