We've suddenly started recieving this error when trying to do a simple select * from a table.
SELECT Failed. 6860: Response exceeds 64K bytes and alternate parcel header was not requested.
This is a new error to me, and I can't seem to find additional information on it. If we create a new table, and do a insert into select *, it works and we can select from the new table, but if we drop and re-create the old table with the same name and re-populate it, we get the same error again. This seems to be an error that happened out of no where, as we weren't having this issue earlier.
We're running a TD12 database. I'm not sure what other information I should provide.
Anyone have some insight?