Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: DBCC CHECKDB with EXTENDED_LOGICAL_CHECKS fails on a table in SQL Server 2016


View products that this article applies to.

Symptoms

Assume that you use Microsoft SQL Server 2016. When you run DBCC CHECKTABLE with EXTENDED_LOGICAL_CHECKS on a table with a filtered nonclustered index (NCI) over a clustered columnstore index (CCI), you may receive the error message that resembles the following:

Msg 5297, Level 16, State 1, Line LineNumber
The Cross Rowset check between clustered columnstore index and nonclustered index (object ID ObjectId, index ID IndexId, partition number PartitionNum) failed. Please rebuild the partition.
Msg 5297, Level 16, State 1, Line LineNumber
The Cross Rowset check between clustered columnstore index and nonclustered index (object ID ObjectId, index ID IndexId, partition number PartitionNum) failed. Please rebuild the partition.
Msg 5297, Level 16, State 1, Line LineNumber
The Cross Rowset check between clustered columnstore index and nonclustered index (object ID ObjectId, index ID IndexId, partition number PartitionNum) failed. Please rebuild the partition.
DBCC results for 'TableName'.
There are 1 rows in 1 pages for object "'TableName'".
CHECKDB found 0 allocation errors and 3 consistency errors in table ''TableName'' (object ID ObjectId).
CHECKDB found 0 allocation errors and 3 consistency errors in database 'DatabaseName'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Completion time: DateTime

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. 

↑ Back to the top


Resolution

This issue is fixed in the following cumulative update for SQL Server:
About cumulative updates for SQL Server:
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:

↑ Back to the top


References

Learn about the terminology that Microsoft uses to describe software updates.

↑ Back to the top


Keywords: kbqfe, kbfix, kbnotautohotfix, kbsurveynew, DBCC CHECKDB with EXTENDED_LOGICAL_CHECKS, kb, kbfix, kbqfe, NCI over a CCI, kbHotfixAuto, CI109757, kbexpertiseinter

↑ Back to the top

Article Info
Article ID : 4528065
Revision : 6
Created on : 12/9/2019
Published on : 12/9/2019
Exists online : False
Views : 227