No MSSQL selection during installation

Hello, I tried to run both SuitCRM 7.0 and 7.1 installation and I don’t see a selection for MSSQL


. The only selection is MySQL… What am I doing wrong?

Hi,

SuiteCRM will only display those drivers that are actually available. In order to see the MSSQL or SQLSRV drivers you’ll need to ensure that your PHP install has those active. See http://php.net/manual/en/book.mssql.php or http://php.net/manual/en/book.sqlsrv.php.

Thanks,
Jim

Thanks. I got it working now after install the sqlsrv extension.