Tag: MS SQL Server Error Codes

SQL Server Error Code – 8016 the incoming tabular data stream (tds) r

In this blog post, you’ll learn more about the SQL Server Error Code 8016 and the error message description that is shown SQL Server Error Code 8016 SQL Server Error Description for the Code :8016 The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X has an invalid data length or metadata length.

SQL Server Error Code – 12109 statement ‘%.*ls’ failed, because it att

In this blog post, you’ll learn more about the SQL Server Error Code 12109 and the error message description that is shown SQL Server Error Code 12109 SQL Server Error Description for the Code :12109 Statement ‘%.*ls’ failed, because it attempted to set the value to ‘%.*ls’ for the primary replica. A settings can only be set to ‘%.*ls’ when the setting is applied to…

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…