Category: SQL Server

SQL Server Error Code – 8606 this index operation requires %i64d kb o

In this blog post, you’ll learn more about the SQL Server Error Code 8606 and the error message description that is shown SQL Server Error Code 8606 SQL Server Error Description for the Code :8606 This index operation requires %I64d KB of memory per DOP. The total requirement of %I64d KB for DOP of %lu is greater than the sp_configure value of %lu KB set…

SQL Server Error Code – 8684 a query plan could not be found because

In this blog post, you’ll learn more about the SQL Server Error Code 8684 and the error message description that is shown SQL Server Error Code 8684 SQL Server Error Description for the Code :8684 A query plan could not be found because optimizer exceeded number of allowed operations while searching for plan specified in USE PLAN hint. First consider removing USE PLAN hint. Then…

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

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

SQL Server Error Code – 13730 setting system_versioning to on failed b

In this blog post, you’ll learn more about the SQL Server Error Code 13730 and the error message description that is shown SQL Server Error Code 13730 SQL Server Error Description for the Code :13730 Setting SYSTEM_VERSIONING to ON failed because column ‘%.*ls’ in history table ‘%.*ls’ corresponds to a generated always column in table ‘%.*ls’ and cannot be nullable.