Tag: MS SQL Server Error Codes

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

In this blog post, you’ll learn more about the SQL Server Error Code 8039 and the error message description that is shown SQL Server Error Code 8039 SQL Server Error Description for the Code :8039 The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (CLR type) has an invalid…

SQL Server Error Code – 49902 there are not enough worker threads avai

In this blog post, you’ll learn more about the SQL Server Error Code 49902 and the error message description that is shown SQL Server Error Code 49902 SQL Server Error Description for the Code :49902 There are not enough worker threads available for the number of CPUs. This is because one or more CPUs were added. To increase the number of worker threads, use sp_configure…

SQL Server Error Code – 1051 cursor parameters in a stored procedure

In this blog post, you’ll learn more about the SQL Server Error Code 1051 and the error message description that is shown SQL Server Error Code 1051 SQL Server Error Description for the Code :1051 Cursor parameters in a stored procedure must be declared with OUTPUT and VARYING options, and they must be specified in the order CURSOR VARYING OUTPUT.