Category: SQL Server

SQL Server Error Code – 11702 the sequence object ‘%.*ls’ must be of d

In this blog post, you’ll learn more about the SQL Server Error Code 11702 and the error message description that is shown SQL Server Error Code 11702 SQL Server Error Description for the Code :11702 The sequence object ‘%.*ls’ must be of data type int, bigint, smallint, tinyint, or decimal or numeric with a scale of 0, or any user-defined data type that is based…

SQL Server Error Code – 3969 distributed transaction is not supported

In this blog post, you’ll learn more about the SQL Server Error Code 3969 and the error message description that is shown SQL Server Error Code 3969 SQL Server Error Description for the Code :3969 Distributed transaction is not supported while running SQL Server internal query. Check your logon trigger definition and remove any distributed transaction usage if any. If this error is not happening…

SQL Server Error Code – 33546 the statement triggers enclave computati

In this blog post, you’ll learn more about the SQL Server Error Code 33546 and the error message description that is shown SQL Server Error Code 33546 SQL Server Error Description for the Code :33546 The statement triggers enclave computations, but a column encryption key, needed for the computations, has not been found inside the enclave. Check that: (1) column encryption and enclave computations are…

SQL Server Error Code – 10335 the common language runtime (clr) was lo

In this blog post, you’ll learn more about the SQL Server Error Code 10335 and the error message description that is shown SQL Server Error Code 10335 SQL Server Error Description for the Code :10335 The Common Language Runtime (CLR) was loaded in an unsupported manner. This can occur if an extended stored procedure or OLE Automation object running in SQL Server calls into managed…

SQL Server Error Code – 10919 an error occurred while reading the reso

In this blog post, you’ll learn more about the SQL Server Error Code 10919 and the error message description that is shown SQL Server Error Code 10919 SQL Server Error Description for the Code :10919 An error occurred while reading the resource governor configuration from master database. Check the integrity of master database or contact the system administrator.

SQL Server Error Code – 13410 creating credentials using mismatched pa

In this blog post, you’ll learn more about the SQL Server Error Code 13410 and the error message description that is shown SQL Server Error Code 13410 SQL Server Error Description for the Code :13410 Creating credentials using mismatched password for sp_control_dbmasterkey_password will be removed in a future version of SQL Server. Avoid using this stored procedure with passwords that do not match the existing…