Create virtual graph from db in MSSQLSERVER

Hello Team
I am totally new to stardog and I am trying to create virtual graph from a database “TestDatabase_Demo” in MSSQLSERVER (this will add schema to virtual graph) but stuck with .properties file.How to get jdbc.url,jdbc.username,jdbc.password,jdbc.driver.

Hi,

Please refer to SQL Server documentation on the procedure to construct the JDBC URL:

The JDBC driver name should be com.microsoft.sqlserver.jdbc.SQLServerDriver. You will need to deploy this driver jar in your Stardog instance.

Jess

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.