Sql Server 2017 Developer Edition Not Connectable
I installed SQL Server 2017 Developer Edition but its not starting any network server. There is nothing listening on the default SS port (1433). I cannot connect to it with any db
Solution 1:
The answer is that 2017 Dev Edition acts like the Free Edition and uses random ports. But you can change it. See link below. Argh! How to Configure SQL Server to Use a Specific Port
Post a Comment for "Sql Server 2017 Developer Edition Not Connectable"