Category: SQL Server

SQL Server Error Code – 2512 table error: object id %d, index id %d,

In this blog post, you’ll learn more about the SQL Server Error Code 2512 and the error message description that is shown SQL Server Error Code 2512 SQL Server Error Description for the Code :2512 Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Duplicate keys on page %S_PGID slot %d and page %S_PGID slot %d.

SQL Server Error Code – 980 sql server cannot load database ?%.*ls?

In this blog post, you’ll learn more about the SQL Server Error Code 980 and the error message description that is shown SQL Server Error Code 980 SQL Server Error Description for the Code :980 SQL Server cannot load database ?%.*ls? because it contains a columnstore index. The currently installed edition of SQL Server does not support columnstore indexes. Either disable the columnstore index in…

SQL Server Error Code – 5804 character set, sort order, or collation

In this blog post, you’ll learn more about the SQL Server Error Code 5804 and the error message description that is shown SQL Server Error Code 5804 SQL Server Error Description for the Code :5804 Character set, sort order, or collation cannot be changed at the server level because at least one database is not writable. Make the database writable, and retry the operation.