Tag: MS SQL Server Error Codes

SQL Server Error Code – 21727 cannot complete the replication operatio

In this blog post, you’ll learn more about the SQL Server Error Code 21727 and the error message description that is shown SQL Server Error Code 21727 SQL Server Error Description for the Code :21727 Cannot complete the replication operation. The security check for the current user is failing. Only members of the sysadmin fixed server role, or db_owner or db_ddladmin fixed database roles can…

SQL Server Error Code – 17167 support for distributed transactions was

In this blog post, you’ll learn more about the SQL Server Error Code 17167 and the error message description that is shown SQL Server Error Code 17167 SQL Server Error Description for the Code :17167 Support for distributed transactions was not enabled for this instance of the Database Engine because it was started using the minimal configuration option. This is an informational message only. No…

SQL Server Error Code – 22993 the change data capture job table contai

In this blog post, you’ll learn more about the SQL Server Error Code 22993 and the error message description that is shown SQL Server Error Code 22993 SQL Server Error Description for the Code :22993 The Change Data Capture job table containing job information for database ‘%s’ cannot be found in the msdb system database. Run the stored procedure ‘sys.sp_cdc_add_job’ to create the appropriate CDC…

SQL Server Error Code – 33175 encryption operation failed. key used fo

In this blog post, you’ll learn more about the SQL Server Error Code 33175 and the error message description that is shown SQL Server Error Code 33175 SQL Server Error Description for the Code :33175 Encryption operation failed. Key used for encryption has deprecated algorithm ‘%.*ls’ which is no longer supported at this db compatibility level. If you still need to use this key switch…

SQL Server Error Code – 35269 synchronization of a secondary database,

In this blog post, you’ll learn more about the SQL Server Error Code 35269 and the error message description that is shown SQL Server Error Code 35269 SQL Server Error Description for the Code :35269 Synchronization of a secondary database, ‘%.*ls’, was interrupted, leaving the database in an inconsistent state. The database will be marked SUSPECT. To return the database to a consistent state, restore…

SQL Server Error Code – 8388 the ability to return results from trigg

In this blog post, you’ll learn more about the SQL Server Error Code 8388 and the error message description that is shown SQL Server Error Code 8388 SQL Server Error Description for the Code :8388 The ability to return results from triggers will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications…