KMP uses Microsoft's SQLSRV driver, which installs as a PHP extension, to connect to a MSSQL database. This guide explains how to install this driver on Windows 2007 and Windows 7 with IIS7.
Supported PHP versions:
Installation
Download the SQLSRV30.EXE file from the official Microsoft website.
Double click on the downloaded file. It is a self-extracting archive. It will ask you where to extract the files. Use a temporary target folder for this, you would need only one of the extracted files.
Check the upacked files. You can see a bunch of them, though you need only one file. We recommend to use PHP 5.3.6+ or PHP 5.4+ compiled with VC9 x86 Non Thread Safe, so if you installed PHP using one of our guides (guide for IIS7) the file that you need for PHP v5.3.6+ is this one:
Or if you're using PHP v5.4+ the file would be this one:
Copy the chosen file to the PHP extensions directory. By default it is C:\PHP\ext. If you're not sure, check the "extension_dir" parameter in the php.ini file.
To load the sqlsrv dirver, add the following line to the php.ini (for PHP v5.3.6+):
Or
for PHP v5.4+.
Also, you would need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) on the web server.
Restart the web server.
To determine whether the driver has been successfully loaded, run a script that calls phpinfo().
Search for "sqlsrv" on that page (use Ctrl-F shortcut in your browser). If sqlsrv driver is installed correctly, you should see something like this:

Microsoft SQL Server 2012 R2 Native Client must also be installed on the server on which PHP is running. To download and install SQL Server 2012 R2 Native Client now, click on the link below that matches the Windows edition on the web server: