Tag: MS SQL Server Error Codes

SQL Server Error Code – 5144 autogrow of file ‘%.*ls’ in database ‘%.

In this blog post, you’ll learn more about the SQL Server Error Code 5144 and the error message description that is shown SQL Server Error Code 5144 SQL Server Error Description for the Code :5144 Autogrow of file ‘%.*ls’ in database ‘%.*ls’ was cancelled by user or timed out after %d milliseconds.  Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or…

SQL Server Error Code – 35291 failed to acquire exclusive access to th

In this blog post, you’ll learn more about the SQL Server Error Code 35291 and the error message description that is shown SQL Server Error Code 35291 SQL Server Error Description for the Code :35291 Failed to acquire exclusive access to the extended recovery fork stack (error %d). If the problem persists, you might need to restart the instance of SQL Server.

SQL Server Error Code – 28036 connection handshake failed. the certifi

In this blog post, you’ll learn more about the SQL Server Error Code 28036 and the error message description that is shown SQL Server Error Code 28036 SQL Server Error Description for the Code :28036 Connection handshake failed. The certificate used by this endpoint was not found: %S_MSG. Use DBCC CHECKDB in master database to verify the metadata integrity of the endpoints. State %d.

SQL Server Error Code – 672 failed to queue cleanup packets for orph

In this blog post, you’ll learn more about the SQL Server Error Code 672 and the error message description that is shown SQL Server Error Code 672 SQL Server Error Description for the Code :672 Failed to queue cleanup packets for orphaned rowsets in database ?%.*ls?. Some disk space may be wasted. Cleanup will be attempted again on database restart.

SQL Server Error Code – 8698 query processor could not produce query

In this blog post, you’ll learn more about the SQL Server Error Code 8698 and the error message description that is shown SQL Server Error Code 8698 SQL Server Error Description for the Code :8698 Query processor could not produce query plan because USE PLAN hint contains plan that could not be verified to be legal for query. Remove or replace USE PLAN hint. For…