Tag: MS SQL Server Error Codes

SQL Server Error Code – 26014 unable to load user-specified certificat

In this blog post, you’ll learn more about the SQL Server Error Code 26014 and the error message description that is shown SQL Server Error Code 26014 SQL Server Error Description for the Code :26014 Unable to load user-specified certificate [Cert Hash(sha1) “%hs”]. The server will not accept a connection. You should verify that the certificate is correctly installed. See “Configuring Certificate for Use by…

SQL Server Error Code – 2520 could not find database ?%.*ls?. the dat

In this blog post, you’ll learn more about the SQL Server Error Code 2520 and the error message description that is shown SQL Server Error Code 2520 SQL Server Error Description for the Code :2520 Could not find database ?%.*ls?. The database either does not exist, or was dropped before a statement tried to use it. Verify if the database exists by querying the sys.databases…

SQL Server Error Code – 6212 %s assembly failed because method ‘%.*ls

In this blog post, you’ll learn more about the SQL Server Error Code 6212 and the error message description that is shown SQL Server Error Code 6212 SQL Server Error Description for the Code :6212 %s ASSEMBLY failed because method ‘%.*ls’ on type ‘%.*ls’  in %.*ls assembly ‘%.*ls’ is storing to a static field. Storing to a static field is not allowed in %.*ls assemblies.

SQL Server Error Code – 13771 setting finite retention period failed o

In this blog post, you’ll learn more about the SQL Server Error Code 13771 and the error message description that is shown SQL Server Error Code 13771 SQL Server Error Description for the Code :13771 Setting finite retention period failed on system-versioned temporal table ‘%.*ls’ because corresponding history table ‘%.*ls’ has both clustered columnstore and non-clustered indexes. Consider dropping non-clustered indexes from the history table…