Tag: MS SQL Server Error Codes

SQL Server Error Code – 41329 unsupported operation following a transa

In this blog post, you’ll learn more about the SQL Server Error Code 41329 and the error message description that is shown SQL Server Error Code 41329 SQL Server Error Description for the Code :41329 Unsupported operation following a transaction dependency failure. Parameters and variables cannot be accessed in the CATCH block and the CATCH block must raise an exception following a dependency failure.

SQL Server Error Code – 1465 database ?%.*ls? database is not in full

In this blog post, you’ll learn more about the SQL Server Error Code 1465 and the error message description that is shown SQL Server Error Code 1465 SQL Server Error Description for the Code :1465 Database ?%.*ls? database is not in full recovery mode on each of the server instances. The full recovery model is required for a database to participate in database mirroring or…

SQL Server Error Code – 7888 the ipv6 address specified is not suppor

In this blog post, you’ll learn more about the SQL Server Error Code 7888 and the error message description that is shown SQL Server Error Code 7888 SQL Server Error Description for the Code :7888 The IPv6 address specified is not supported.  The server may not be configured to allow for IPv6 connectivity, or the address may not be in a recognized IPv6 format.

SQL Server Error Code – 18786 the specified publication does not allow

In this blog post, you’ll learn more about the SQL Server Error Code 18786 and the error message description that is shown SQL Server Error Code 18786 SQL Server Error Description for the Code :18786 The specified publication does not allow subscriptions to be initialized from a backup. To allow initialization from a backup, use sp_changepublication: set ‘allow_initialize_from_backup’ to ‘true’.

SQL Server Error Code – 9003 the log scan number %s_lsn passed to log

In this blog post, you’ll learn more about the SQL Server Error Code 9003 and the error message description that is shown SQL Server Error Code 9003 SQL Server Error Description for the Code :9003 The log scan number %S_LSN passed to log scan in database ‘%.*ls’ is not valid. This error may indicate data corruption or that the log file (.ldf) does not match…

SQL Server Error Code – 11270 a corrupted message has been received. a

In this blog post, you’ll learn more about the SQL Server Error Code 11270 and the error message description that is shown SQL Server Error Code 11270 SQL Server Error Description for the Code :11270 A corrupted message has been received. A UNICODE string is greater than the maximum allowed size of %d bytes. This occurred in the message with Conversation ID ‘%.*ls’, Initiator: %d,…