Really frustrated at this stage :/
I need to connect on a remote server in Microsoft SQL Server Studio. However this is error is showing:
I did/tried the following solutions:
- Turning off the Firewall.
- Allowing Remote Connections for the SQL Database.
- Enabling TCP/IP within the SQL Configuration.
- Enabling SQL Server Browser in SQL Configuration.
- Allowed 1433 TCP on Inbound Firewall.
- Tried the following format in the server name field: MyServerName,1433\InstanceName
- Restarting SQL Server in services.msc
- Added firewall rule in azure using public ip address
I tried all of these and none work. Do you guys have any other possible solutions?
I use Microsoft SQL Server 2019 and SQL Server Management Studio v18.5.1.
Hoping to hear from you soon.