I want to integrate my Drupal 8 site with Microsoft SQL server and I can see your module available call sqlsrv where the module is free but driver for mssql is a licence version.

Any idea will it work with Drupal 8.6.4 and latest Microsoft SQL server?

Any idea about the licence cost for the same?

I have learnt somewhere that the sqlsrv module version 8.1 is free and no licence for the driver required. Any idea regarding the same? The 8.1 version is release candidate. Can it be used for production?

Is there any other alternative?

Comments

mitpatoliya’s picture

I really do not think you will get production grade MYSQL server for free. Also, it is not advisable to deviate from LAMP stack.

beakerboy’s picture

I run the 8.x-1.0-rc4 driver with core 8.7. There is a small patch (https://www.drupal.org/project/sqlsrv/issues/2931061) that i had to apply to get paging working properly. The developer of the sqlsrv module does not seem to be supporting the 1.0 branch...probably since he makes money off the 2.13 branch.