• Tab Alleman (6/7/2013)


    I am dealing with a similar issue, and found this exerpt in the article referenced below. Check and see if it applies to you:

    •Truncated text. When the driver determines that an Excel column contains text data, the driver selects the data type (string or memo) based on the longest value that it samples. If the driver does not discover any values longer than 255 characters in the rows that it samples, it treats the column as a 255-character string column instead of a memo column. Therefore, values longer than 255 characters may be truncated. To import data from a memo column without truncation, you must make sure that the memo column in at least one of the sampled rows contains a value longer than 255 characters, or you must increase the number of rows sampled by the driver to include such a row. You can increase the number of rows sampled by increasing the value of TypeGuessRows under the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Excel registry key. For more information, see PRB: Transfer of Data from Jet 4.0 OLEDB Source Fails w/ Error.

    http://technet.microsoft.com/en-us/library/ms141683(v=sql.90).aspx

    That's pretty much what the blog post we've been discussing says, except in much more practical terms than the TechNet documentation.

    opc.three (5/16/2013)


    The whole post is a good read, but section "The solution part III" pertains to your issue specifically:

    http://blogs.lessthandot.com/index.php/DataMgmt/ssis-1/what-s-the-deal-with

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato