[SQL][SSIS][Excel Import] SQL Server Integration Services를 이용한 Excel 데이터 Import시 Error 0xc020901c 에러 발생
[증상] Excel에 있는 데이터를 SQL Server로 가져오기할 때 아래와 유사한 에러 발생
Error 0xc020901c: Data Flow Task 1: There was an error with output column "WorkMemo" (99) on output "Excel Source Output" (9). The column status returned was: "Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)
[해결] 레지스트리 편집기를 통해 아래의 키의 TypeGuessRows 값을 "0"으로 변경한 후 재시도 함.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Excel\TypeGuessRows
[참고] http://support.microsoft.com/kb/281517/EN-US/ |