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.

Call to undefined function sqlsrv_connect() - Troubleshooting

System Information CMS: Wordpress Web Server: XAMPP PHP Version: 5.5.30 MS Management Studio 17 Goal Establish MSSQL Database connection using PHP What …

php sql-server wordpress database-connection sqlsrv
Laravel migration cannot find driver when using sqlsrv database in windows

I am using sqlsrv database connection in my project as I need to connect to Microsoft SQL Database. I have …

laravel migration odbc sqlsrv
PHP 5.5.0 w/ Microsoft SQL Server 2008 R2 - No sqlsrv_connect()?

I have the following environment: Windows Server 2008 R2 IIS 7.5 Microsoft SQL Server 2008 R2 I want to use the new PHP 5.5.0 …

php windows sql-server-2008 iis-7.5 sqlsrv
PHP- Error with SQLSRV_FETCH_ASSOC & sqlsrv_fetch_array

This code I am using to download result from sql server query in excel . Connection & query works fine and …

php sql-server sqlsrv
How to connect to SQL server using sqlsrv in CentOS 7.6?

I'm setting up a new server and trying to connect to Microsoft SQL Server Express 2014's database using "sqlsrv" extension/…

php sql-server sqlsrv windows-server-2016 centos7.6
How to connect to MSSQL 2000 from PHP 5.3 and up

I have a legacy business application built on MS SQL Server 2000. I have some webbased utilities that access this database …

sql-server-2000 upgrade compatibility php-5.3 sqlsrv
'Not a valid ss_sqlsrv_stmt resource' error when trying us a php function to return sqlsrv_query result

I have recently switched a PHP app from mssql to sqlsrv and would like to continue using a couple custom …

php sql-server sqlsrv
SQLSRV and multiple selects in Stored Procedure

I have a Stored Procedured which creates a temporary table (#test), fills it with data from another table, runs 3 selects …

php sql-server stored-procedures sqlsrv