I am trying to map a simple table from an SQL database into Stardog. When ever I try to add the virtual graph I get the same error message.
“Unable to load class: com.microsoft.sqlserver.jdbc.SQLServerDriver from ClassLoader:sun.misc.Launcher$AppClassLoader@4783da3f;ClassLoader:java.net.URLClassLoader@3af6317c”
My properties file has:
jdbc.url=jdbc:sqlserver://PARABOLE-PC;databaseName=TestDatabase_Demo;
jdbc.username=********
jdbc.password=***********
jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
Also I am not sure about username and password.My SQL server has windows authentication so I am using the password and username which I use to login to my laptop.