In this blog post, let’s learn about the error message “7902 – Columnstore index ‘%.*ls’ on table ‘%.*ls’ has metadata mismatch on column id %d and rowgroup id %d. If this is a nonclustered columnstore index, drop it and recreate it. Otherwise, contact CSS.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
7902 – Columnstore index ‘%.*ls’ on table ‘%.*ls’ has metadata mismatch on column id %d and rowgroup id %d. If this is a nonclustered columnstore index, drop it and recreate it. Otherwise, contact CSS.
Reason for the Error
To be update soon…
Solution
To be update soon…