I am trying to connect a MS SQL server with jdbc driver. I am getting below error;
Verify the connection properties. Make sure that an instance of SQL Server is
Check if there is no rule blocking TCP connection on cmd do the
telnet 127.0.0.1 1433
and also check in your SQL server configuration the TCP port is correct or not.