How to set instance name with jdbc

后端 未结 2 1082
野的像风
野的像风 2021-01-27 18:57

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          


        
2条回答
  •  终归单人心
    2021-01-27 19:53

    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.

提交回复
热议问题