I am trying to to get data from SQL server database and save to MySQL database using by php_sqlsrv
. it works fine, but when I try to retrieve more than 1500 or more rows in one query it shows this message:
Error Number: IMSSP/-59 Memory limit of 10240 KB exceeded for buffered query SELECT * FROM mytable;
How can I fix this? can we fix from php xammp? or is it a sqlsrv problem?