Tag: MS SQL Server Error Codes

SQL Server Error Code – 8541 system process id %d tried to terminate

In this blog post, you’ll learn more about the SQL Server Error Code 8541 and the error message description that is shown SQL Server Error Code 8541 SQL Server Error Description for the Code :8541 System process ID %d tried to terminate the distributed transaction with Unit of Work ID %ls. This message occurs when the client executes a KILL statement on the distributed transaction.

SQL Server Error Code – 13408 %ls will be removed in the next version

In this blog post, you’ll learn more about the SQL Server Error Code 13408 and the error message description that is shown SQL Server Error Code 13408 SQL Server Error Description for the Code :13408 %ls will be removed in the next version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.

SQL Server Error Code – 17898 the tabular data stream (tds) version 0x

In this blog post, you’ll learn more about the SQL Server Error Code 17898 and the error message description that is shown SQL Server Error Code 17898 SQL Server Error Description for the Code :17898 The Tabular Data Stream (TDS) version 0x%x of the client library used to open the connection is unsupported or unknown. Please use the client library which supports TDS Version 7.4…

SQL Server Error Code – 8018 invalid parameter %d (‘%.*ls’):  data ty

In this blog post, you’ll learn more about the SQL Server Error Code 8018 and the error message description that is shown SQL Server Error Code 8018 SQL Server Error Description for the Code :8018 Invalid parameter %d (‘%.*ls’):  Data type 0x%02X is a deprecated large object, or LOB, but is marked as output parameter.  Deprecated types are not supported as output parameters.  Use current…

SQL Server Error Code – 9523 cannot update the sparse column set ‘%.*

In this blog post, you’ll learn more about the SQL Server Error Code 9523 and the error message description that is shown SQL Server Error Code 9523 SQL Server Error Description for the Code :9523 Cannot update the sparse column set ‘%.*ls’ because the XML content supplied references the non-sparse column ‘%.*ls’ which does not belong to this column set. The XML data used to…