Tag: MS SQL Server Error Codes

SQL Server Error Code – 41406 the availability group is not ready for

In this blog post, you’ll learn more about the SQL Server Error Code 41406 and the error message description that is shown SQL Server Error Code 41406 SQL Server Error Description for the Code :41406 The availability group is not ready for automatic failover. The primary replica and a secondary replica are configured for automatic failover, however, the secondary replica is not ready for an…

SQL Server Error Code – 21549 cannot add the computed column ‘%s’ to t

In this blog post, you’ll learn more about the SQL Server Error Code 21549 and the error message description that is shown SQL Server Error Code 21549 SQL Server Error Description for the Code :21549 Cannot add the computed column ‘%s’ to the publication. You must first add all columns on which this column depends; you cannot filter any of these colunmns from the article.

SQL Server Error Code – 30072 during the database upgrade, the full-te

In this blog post, you’ll learn more about the SQL Server Error Code 30072 and the error message description that is shown SQL Server Error Code 30072 SQL Server Error Description for the Code :30072 During the database upgrade, the full-text protocol handler component ‘%ls’ that is used by catalog ‘%ls’ was successfully verified. Component version is ‘%ls’. Full path is ‘%.*ls’. Program ID is…

SQL Server Error Code – 13515 setting system_versioning to on failed b

In this blog post, you’ll learn more about the SQL Server Error Code 13515 and the error message description that is shown SQL Server Error Code 13515 SQL Server Error Description for the Code :13515 Setting SYSTEM_VERSIONING to ON failed because history table ‘%.*ls’ has custom unique keys defined. Consider dropping all unique keys and trying again.

SQL Server Error Code – 7902 columnstore index ‘%.*ls’ on table ‘%.*l

In this blog post, you’ll learn more about the SQL Server Error Code 7902 and the error message description that is shown SQL Server Error Code 7902 SQL Server Error Description for the Code :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,…