1)Delete all instances and registers of SQL Server, or more agressive way: format PC/Virtual machine and start again all over.
2) Install Xampp 7.1
3) Download and place these DLL https://github.com/Microsoft/msphpsq...indows-7.1.zip on "C:\xampp\php\ext" and take note of the names of the DLL
4) Very important: Go to PHP.ini and put exactly the name of the DLL Extension you wish to activate, not just "extension=php_pdo_sqlsrv.dll". You have to put "extension=php_sqlsrv_71_ts.dll" and "extension=php_pdo_sqlsrv_71.dll", or the exact name of your DLL for your PHP Version.
5)When you register the name of your instance of SQL On the installation, you need to put "PCNAME\INSTANCE" In my case its "SVPC\MUSV"
6)Add the executables of SQL to the firewall exceptions, only private, not public.
"C:\Program Files\Microsoft SQL Server\MSSQL10_50.MUSV\MSSQL\Binn\sqlservr.exe"
"C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe"
Any question? i will happily answer and try to help.
I Speak spanish and english.



Reply With Quote


