VARCHAR Constraints
By default, the Teradata OLE DB Access Module uses the maximum VARCHAR data type specification supported by Teradata Database: 64000 B. Data types like SQL Server “text” can return a length that greatly exceeds the 64000 B maximum. When selecting columns of this type, remember that:
When truncating long string data, use an SQL command to create the rowset to be loaded. When using the SQL command, specify the SUBSTRING function in the select‑item‑list of the SELECT command to truncate the data before it reaches the Teradata OLE DB Access Module.