Category: SQL Server

SQL Server Error Code – 22968 could not create ddl trigger ‘%s’ when e

In this blog post, you’ll learn more about the SQL Server Error Code 22968 and the error message description that is shown SQL Server Error Code 22968 SQL Server Error Description for the Code :22968 Could not create DDL trigger ‘%s’ when enabling Change Data Capture for database ‘%s’. Additional messages in the SQL Server error log and operating system error log may provide more…

SQL Server Error Code – 1753 column ?%.*ls.%.*ls? is not the same len

In this blog post, you’ll learn more about the SQL Server Error Code 1753 and the error message description that is shown SQL Server Error Code 1753 SQL Server Error Description for the Code :1753 Column ?%.*ls.%.*ls? is not the same length or scale as referencing column ?%.*ls.%.*ls? in foreign key ?%.*ls?. Columns participating in a foreign key relationship must be defined with the same…

SQL Server Error Code – 10308 warning: the microsoft .net framework as

In this blog post, you’ll learn more about the SQL Server Error Code 10308 and the error message description that is shown SQL Server Error Code 10308 SQL Server Error Description for the Code :10308 Warning: The Microsoft .NET Framework assembly ‘%.*ls’ you are registering is not fully tested in the SQL Server hosted environment and is not supported. In the future, if you upgrade…

SQL Server Error Code – 35273 bypassing recovery for database ‘%ls’ be

In this blog post, you’ll learn more about the SQL Server Error Code 35273 and the error message description that is shown SQL Server Error Code 35273 SQL Server Error Description for the Code :35273 Bypassing recovery for database ‘%ls’ because it is marked as an inaccessible availability database. The session with the primary replica was interrupted while reverting the database to the common recovery…

SQL Server Error Code – 9657 the structure of the service broker tran

In this blog post, you’ll learn more about the SQL Server Error Code 9657 and the error message description that is shown SQL Server Error Code 9657 SQL Server Error Description for the Code :9657 The structure of the Service Broker transmission work-table in tempdb is incorrect or corrupt. This indicates possible database corruption or hardware problems. Check the SQL Server error log and the…

SQL Server Error Code – 11429 the online alter column statement failed

In this blog post, you’ll learn more about the SQL Server Error Code 11429 and the error message description that is shown SQL Server Error Code 11429 SQL Server Error Description for the Code :11429 The online ALTER COLUMN statement failed for table ‘%.*ls’ because the table has change tracking enabled or is marked for merge replication. Disable change tracking and merge replication before using…