Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-26-2021 01:02 AM
Need help to connect Neo4j desktop to local sql Server
Need help to create a database on sql server and connect to neo4j desktop
03-26-2021 04:23 AM
Hello @saurabhpaul35 ,
Could you describe a bit more about what you'd like to set up? For example, something like an ETL flow between Neo4j and SQL Server?
Best,
ABK
03-26-2021 04:45 AM
I have SSMS setup on my system , on the other side ne04j desktop , how do i connect to ssms from neo4j , i tried creating localhost DB on ssms I'm not able to do it. I have attached my sql server window and neo4j desktop window please help.
localhostdb|496x119
03-26-2021 06:08 AM
The best approach may be to use the Neo4j ETL tool. You can find information abou that here:
Best,
ABK
03-26-2021 06:33 AM
Thank you The ETL tool actually has options to connect to the SQL server but my server is a production one handled by client where i cannot connect directly instead I am trying to create a localhost access with widows authentication but I'm unable to do it.
03-28-2021 09:53 AM
You need to download the appropriate jdbc driver corresponding your SQL version from MS site. For version 6.2 the driver: mssql-jdbc-6.2.2.jre8.jar.
After downloading, copy the jar file to Neo4j 'plugins' folder and run this script:
call apoc.load.driver("com.microsoft.sqlserver.jdbc.SQLServerDriver")
For windows authentication, you need to copy the sqljdbc_auth.dll into the C:\Windows\SysWOW64 directory.
Finally, run the call apoc.load.jdbc() script.
03-28-2021 08:54 PM
I have admin access restrictions hence not able to download the drivers mentioned.
03-28-2021 09:06 PM
Other choice is to export the data as a csv file and import into Neo4j database using LOAD CSV
03-28-2021 09:12 PM
What I am trying here is I have SQL server where in the DB's are production ones which i cannot do experiment , instead I want to create a localhost DB which has graph tables folder and that i wanted to connect to neo4j desktop. Have attached screenshot.
03-28-2021 11:11 PM
Thank you apart from this tool is there any way I can do this because my manager has asked me to give demo today to create graph database in local instance and connect through neo 4j.
All the sessions of the conference are now available online