Top "Sqlsrv" questions

The SQLSRV is a PHP extension which allows you to access Microsoft SQL Server and SQL Azure databases when running PHP on Windows or Linux.

Connecting php 7.2 to MS SQL using sqlsrv

I'm trying to get a connection to MS SQL up and running via PHP on my machine. I'm running IIS, …

php sql-server sqlsrv php-7.2
PHP sqlsrv query to database

I am migrated from MySQL to MS SQL Server, and trying to fetch all data from the routines table. I …

php sql sql-server sqlsrv
How to execute a stored procedure in php using sqlsrv and "?" style parameters

I've looked over several other questions that seem (from the titles) the same as this. However, my case is a …

php sql stored-procedures sql-server-2005 sqlsrv
connect to mssql database via sqlsrv_connect() - PHP

I'm attempting to connect to a 2005 Microsoft sql database using PHP by using the sqlsrv_connect() function. alas, the function …

php sql-server sqlsrv
Install SQLSRV driver on Linux, or other UTF-8 capable driver?

SQLSRV is the only driver for PHP that is capable of storing UTF-8 strings into two-byte columns (NVARCHAR instead of …

php sql-server linux utf-8 sqlsrv
php 7 unable to initialize sqlsrv

I searched all day to find out a solution for sqlsrv dll on php 7 VC14 x64 Thread Safe and i …

dll sqlsrv php-ini php-7
SQLSRV PHP for SQL Server for is not a valid Win32 application

Here is my setup Windows Server 2008 R2 64 bit Apache 2.4.4 64 bit PHP 5.4.15 32 bit (64 bit is still experimental), thread safe, VC9 compiler …

php sql-server apache sqlsrv
Fatal error: Call to undefined function mssql_connect() or sqlsrv_connect() in xampp

I did all the changes given here but I still not connect SQL server on my php 5.6 version. I tried …

php sql-server sqlsrv
sqlsrv_num_rows Not Returning Any Value

I am trying to get the number of rows returned in a query. The while loop looping through the results …

php sqlsrv
Connecting to SQL Server via CodeIgniter

I'm trying to setup a Windows dev environment: Windows 8.1 with IIS 8.5 running SQL Server 2008RC2 and PHP 5.3.24 CodeIgniter 2.1.4 I can …

codeigniter sqlsrv