Issue executing stored procedure from PHP to a Microsoft SQL SERVER
问题 I am using the code igniter framework. And I been trying to execute a stored procedure(no params) I wrote on Microsoft SQL Server 2008 from PHP but i get an error . This stored procedure runs good on Microsoft SQL Server with no errors. I am using sqlsrv as the driver and I have a PHP version 5.2 if that helps. This is the error I get Error Number: 01000 [Microsoft][SQL Server Native Client 10.0][SQL Server]Executing SQL directly; no cursor Exec sp_test The following is part of the code I