Tag: MS SQL Server Error Codes

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 – 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…