Support

Common Connection Issues in SQL Studio

Check encryption, certificate, and instance name settings when a SQL Server connection does not work as expected.

1. Confirm encryption and certificate settings

Many SQL Server connection failures are caused by encryption settings that do not match the server configuration.

2. Leave port blank when using an instance name

If you are connecting with a named SQL Server instance, enter the server as:

MyServer\InstanceName

When using this format, leave the Port field blank.

Do not combine an instance name and a fixed port unless your environment specifically requires that setup.

3. Double-check the server name format

Quick checklist

Back to support articles