I'm using php 5.5.7 and sqlsrv driver from microsoft
I attempted to insert multiple rows with single sql query which string size around 1MB But SQL server inserted only 1500 row which is only 220k of query string and give an error about incorrect syntax that seem to be truncated.
I never met this problem with mssql driver.
Did I do something wrong?