cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to connect a remote sql server in neo4j tool?

I'm unable to add or connect MS SQL server remote Database in Neo4j?
I've tried several times by adding the remote server URL in the Neo4j tool

Also, how can we make this tool available to the end users without installing on their devices?

Can anyone please guide me?

Please treat this as a request.

2 REPLIES 2

If you're referring to the Neo4j Desktop application, then that is something that will never happen. The purpose of Neo4j Desktop is to work with Neo4j databases, not any other type of any other vendor.

However, you can use APOC Procedures from Neo4j to initiate a JDBC connection to a running MS SQL server instance. Please review:

Thanks a lot @andrew.bowman! for the timely response! Will check the above one shared!