SQL Express 2019 - Can't remotely connect

Hugh O'Donnell 101 Reputation points
2021-02-26T21:09:15.44+00:00

I have a fresh Windows Server 2019 with a fresh copy of SQL Server 2019 Express. Windows Firewall is turned off.

I installed under default (not named) instance, and have no problems connecting locally with SSMS 2019. However, I can't remotely connect in any way. I don't believe it is listening on any ports.

I've ran netstat -an, and port 1433 is nowhere to be found.

The server is x64 and I would think the install is x64, but I don't have the "SQL Server Network Configuration" tab in Sql Server Configuration Manager, but the (32bit) ones:
72602-image.png

I've looked in the SQL Server Logs for "listening" and nothing is found.

I've tried telnet'ing from the installed machine to 127.0.0.1 1433 as well as 10.1.1.5 1433 and neither work.

To me, it seems like even though TCP/IP is Enabled on port 1433, it is not working. But, once again, that is under the (32bit) node.

Oh, and I don't have an "IP Addresses" tab when I go to properties on Client Protocols... TCP/IP.

I'm absolutely stumped. Any ideas?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,810 questions
{count} votes

Accepted answer
  1. Hugh O'Donnell 101 Reputation points
    2021-03-01T20:02:32.177+00:00

    Thank you to all of you who attempted to help. I was able to get it with just changing the value for the TCP protocol / Enabled in the registry from 0 to 1 and then restarting the service.
    73096-image.png

    I still don't know my Configuration Manager won't show the 64bit nodes. I even uninstalled all of SQL's programs, deleted both the 32bit and 64bit folders of SQL Server under Program Files, and reinstalled.

    The path for the Configuration Manager I am using is: C:\Windows\SysWOW64\mmc.exe /32 C:\Windows\SysWOW64\SQLServerManager15.msc

    It is the only SQLServerManager*.msc I have on my entire machine.

    I normally like finding the REASON for something and not just a registry hack. But, in this case, I think I will just move on.

    Thank you once again for all that supplied wisdom and help!

    1 person found this answer helpful.

6 additional answers

Sort by: Most helpful
  1. Andrew Plater 1 Reputation point
    2021-04-06T09:15:39.1+00:00

    I found this guide helpful
    https://www.sqlshack.com/how-to-install-sql-server-express-edition/

    Note towards the end it explains about turning on TCP via SSCM for remote access

    0 comments No comments

  2. UDAY BANERJEE 1 Reputation point
    2022-09-23T12:30:02.447+00:00

    Start SQL Server Browser Service and check.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.