Sql-server – SQL Server 2014 – localhost port

sql server

I've installed a SQLServer 2014 in a Windows10 box. I'm new to MSSQL administration. I've connected successfully to the instance with Server Management, and processes are running, but I'm unable to connect to instance from a java tool. I've configured instance port manually:

enter image description here

Then I've checked with resource monitor and I'm not able to identify the process queue SQLSERVER is running and seems that port 1433 is not listening for connections.

So, when I try to connect from java tool I'm getting the following error:

enter image description here

Any idea?

Best Answer

You can enable the TCP/IP connection or can change the port for the SQL server from the SQL Server Configuration Manager. You can check it here.