Skip to main content

Hi , I’m facing an issue while connecting to MS SQL server. I have enabled TCP/IP but not sure how to go about resolving this. The connection string is: jdbc:sqlserver://localhost;databaseName=Test;integratedSecurity=true;

 

 Why connecting with jdbc? 

Try to connect with Connection mode: User Defined 

 
 
 
 

Else, if you want to connect with JDBC, you will need to get the driver file JAR for MS SQL from this link 

 

 
 

Reply