Category: SQL Server

SQL Server Error Code – 1403 the witness for the mirroring session re

In this blog post, you’ll learn more about the SQL Server Error Code 1403 and the error message description that is shown SQL Server Error Code 1403 SQL Server Error Description for the Code :1403 The witness for the mirroring session received error response %d (state %d) from server instance %.*ls for database %.*ls. For more information about the error, refer to the error log…

SQL Server Error Code – 9029 the pmm log for database ‘%.*ls’ is not

In this blog post, you’ll learn more about the SQL Server Error Code 9029 and the error message description that is shown SQL Server Error Code 9029 SQL Server Error Description for the Code :9029 The PMM log for database ‘%.*ls’ is not valid. This error may indicate data corruption. Restore from backup if the problem results in a persistent failure during startup.

SQL Server Error Code – 22950 could not remove index column entries in

In this blog post, you’ll learn more about the SQL Server Error Code 22950 and the error message description that is shown SQL Server Error Code 22950 SQL Server Error Description for the Code :22950 Could not remove index column entries in the Change Data Capture metadata for capture instance ‘%s’ and source table ‘%s.%s’. Refer to previous errors in the current session to identify…

SQL Server Error Code – 202 invalid type ?%s? for waitfor. supported

In this blog post, you’ll learn more about the SQL Server Error Code 202 and the error message description that is shown SQL Server Error Code 202 SQL Server Error Description for the Code :202 Invalid type ?%s? for WAITFOR. Supported data types are CHAR/VARCHAR, NCHAR/NVARCHAR, and DATETIME. WAITFOR DELAY supports the INT and SMALLINT data types.