I understand that truncation happens in the driver code - (both SQL Native client or ODBC driver for SQL server).
Bob: varchar (8000) is NOT truncated, but we cannot jump the 8000 byte treshold (that means 8000 ascii characters) - this is the size of the SQL server page, and the record cannot be...