When I'm trying to connect to MSSQL I get error that there is nothing running on the port 1966.
when I look at processes I see 3 named sqlserver.exe, but when I see the PID's understand .. they are not there. so they are not using any ports. How to force SQL Server to run on port 1966?
P.S. I'm using C# when trying to connect to the database.