Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view
Hello,

I have installed knowage BI tool in my system, and it is using HSQLDB. But I want to know that if can I use MS SQL instead of HSQLDB.

Thanks,

Pritesh
Environment Knowage version 6.0, Windows 10
in Standard by (490 points)

1 Answer

0 votes
 
Best answer
Yes of course, you can use Knowage with Microsoft SQL Server. Just remember to add the JDBC driver in your application server lib folder (e.g. if you are using Tomcat, put it under <your_tomcat_instance>/lib
by (15.2k points)
Thank you it solved my problem.
...