Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this guide, we will attempt to bypass the error shown when trying to connect to Microsoft SQL Server using SQL Server Management Studio (SSMS) v19.


Symptoms

When connecting to Microsoft SQL Server using SSMS version 19.0.0 and above, the following error shows up:


Solution

Click on Options >>, the Connect to Server menu will be expanded. Click on the Connection Properties tab. The following is what you will see:

There are two solutions available:

  • Uncheck Encrypt connection

  • Check Trust server certificate

After performing either one of the step above, click Connect. You will connect to the SQL Server successfully.

  • No labels