Answer the question
In order to leave comments, you need to log in
PHP (including me) can't get "large" data from Mssql stored procedure?
The question is. There is a need to get big data in PHP(5.3.3) from mssql.
On the mssql server, a stored procedure was created (not by me and not all the details are fully known, but you can query it), approximately like this:
CREATE PROCEDURE <Имя процедуры>
@ID int
,@TimeStart datetime
,@TimeEnd datetime
,@Param varchar(200)
,@Language_Name varchar(30)
,@IsShow bit = 0
* * * * черный для меня ящик * * * *
$result = mssql_query($query, $conn);
$stmt->execute();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question