Symptoms
Assume that you have a partitioned table in Microsoft SQL Server 2014. When you update index statistics with INCREMENTAL=ON, metadata corruption occurs. Additionally, you receive the following error:
Msg 211, Level 23, State 50, Line 1
Possible schema corruption. Run DBCC CHECKCATALOG.NoteĀ If you use SQL Server 2014 RTM or SQL Server 2014 Cumulative Update 1 (CU1), you may receive the errors as described in the symptom section. Error 211 is generic metadata corruption, state 50 is specific to this problem that will occur only if you set INCREMENTAL=ON.
Resolution
Applying the fix in CU2 or latest service pack will prevent any future occurrence of the error. However, applying the fix will not repair the metadata that is already in an inconsistent state. To correct the inconsistent state, contact Microsoft SQL Server customer support.
The issue was first fixed in the following cumulative update of SQL Server.Cumulative Update 2 for SQL Server 2014 /en-us/help/2967546
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:
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.