I am in the process of converting some old PHP pages to use PDO.
Below are two simplified queries (not my actual queries) to aid understanding of the problem I\'m ha
I am using Laravel5 in this version you should execute
DB::select('SET NOCOUNT ON; EXEC stored_procedure'. $param1.','...$paramN);
It worked perfect.