Text was truncated or one or morecharacters had no match in the target code page解决方法
使用SSIS转换EXCEL发生excel Text was truncated or one or more charactershad no match in the target code page错误,原因是:Jet provider在默认情况下以前8个rows占用的空间作为buffer,若前8rows占用空间较小,而,后面某行占用的空间超过了这个buffer就会产生这个错误。
详细信息参考:http://support.microsoft.com/kb/281517/EN-US/
解决方法:HKLM/SOFTWARE/Microsoft/Jet/4.0/Engines/Excel/TypeGuessRows
将这个值改为一个稍大值即可
本文来自优快云博客,转载请标明出处:http://blog.youkuaiyun.com/suntt/archive/2008/06/09/2527205.aspx