note 14911 deleted from ref.mssql by sniper
Note Submitter:
----
I was indeed having troubles with those pesky TEXT datatypes, this query alone didn't help either, i had to put
mssql.textlimit = 65536
and
mssql.textsize = 65536
in php.ini and then restart _the WHOLE_ of IIS (not just the website) to get it working (and don't forget to use that query too)
(That's on Win32 + IIS)
|