Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Consider the following scenario:

  • You have Microsoft SQL Server 2014 installed on a computer.

  • You have poorly configured disk caching or failed raid setup, or both. This results in an inconsistent cache state.

  • You run the query DBCC CHECKTABLE against a table that contains the clustered column store index.

In this scenario, an access violation occurs.

Cause

The issue occurs because drives that support some kinds of disk caching may not always accurately reflect the state of the disk. When the system is ended, the cache can be lost and leave the system in an inconsistent state. Therefore, the expected cache lookup values can be null.

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:


Workaround

To work around the issue, configure disks correctly to avoid disk inconsistencies. You should make sure that disk caching is set to off and stripe sets are aligned on page size (8kb).
For more information, you can view Disk Partition Alignment Best Practices for SQL Server.

Status

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

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×