Can we able to use MS SQL in piwik? Tried to import MS SQL database to MYSQL but it shows version error. thanks
No this will not work for Piwik. Right now Piwik only supports MySQL.
check this link:
http://forum.piwik.org/read.php?2,102221
Related
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 do we make this tool available to everyone or end users without installing on their devices?
Can anyone please guide me?
Please treat this as a request.
https://community.neo4j.com/t/how-to-connect-a-remote-sql-server-in-neo4j-tool/37962?u=kdplghna
As mentioned on the community post, Neo4j Desktop is not a general db management app, it is specifically for managing and working with Neo4j, so MS SQL support will not be added. Please search for other tools that are designed to work with that db.
If you want to connect to an MS SQL server from Neo4j, then you could use APOC to perform a load via JDBC:
https://neo4j.com/labs/apoc/4.1/database-integration/load-jdbc/
I'm new in this field, please kindly help me.
I'm installing pentaho biserver for community in my notebook. At first, it's succeed (with default configuration) like this. but, when I'm trying to change the database with ms sql server like this tutorial,
help.pentaho.com/Documentation/5.4/0F0/0K0/040/0D0
an error occurs:
Can anybody tell me what's wrong with the installation?
I'm using:
Sql server developer edition 2014
pentaho biserver community 4.8.0
apache-tomcat-8.5.3
jdk8
sql server driver sqljdbc42.jar and I put it under \biserver-ce\tomcat\lib
I also try something like Using Pentaho Community Edition with SQL Server 2005 but still not working.
switch to default configuration. no need to do anything. while creating Datasource connection Pentaho provides option for connecting to different RDBMS database.You just need to place JDBC connector file into lib directory.
I am new to Navision application.Can you please explain the difference between Navision DB and Sql Server DB?
That completely depends on how you have Navision installed. See the entry on Wikipedia to see what I mean. It can be installed with SQL Server, or their native database server (referred to as 'Classic'). A google search for Classic Navision Database should get you well along in your research.
If you want to be able to use sql syntax for database queries, then you need to install the sql server database. The native database does not support sql.
Navision uses MySQL standard database, not just SQL. You should be able to see it depending on the tier composition you have on your NAV installation.
I have a module in Paradox where I have to write some records to a SQL Server database. Can this be done using ODBC? How can it be done?
Thanks
Which version of Paradox? The last one I had was a 4.0 for MS-DOS...
Anyway I found this, maybe useful.
I'm having a tough time integrating moodle with sqlserver through FREEDTS even after reading the documentation in the moodle site.
I've setup the settings in freedts.conf,php.ini and Config.php.
But, inspite of all this it does not connect to my database. I'm using SQL Server 2008.
What could I possibly be missing?
Thanks.
Have you built PHP with support for FreeTDS as described in the FreeTDS User Guide?
I was able to get it running with SQL Server 2008 and IIS by following the guide from BFC Networks. The primary thing was using SQL Server 2.0 for PHP to complete the integration.