본문 바로가기

RDBMS/기타

Sybase의 데이터를 SQL Server Management Studio에서 Import할 때 0x80202066 경고 발생

SSMS에서 Sybase의 데이터를 임포트할 경우, 다음과 같은 에러가 발생하면서 수행이 안 되는 경우가 있다 :

경고 0x80202066: 원본 [1]: OLE DB 공급자에서 열 코드 페이지 정보를 검색할 수 없습니다. 구성 요소가 "DefaultCodePage" 속성을 지원하는 경우 해당 속성의 코드 페이지가 사용됩니다. 현재 문자열 코드 페이지 값이 잘못된 경우 해당 속성의 값을 변경하십시오. 구성 요소가 이 속성을 지원하지 않으면 구성 요소 로캘 ID의 코드 페이지가 사용됩니다.

[OLE DB Source [1]] Warning: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used.


이런 현상이 발생할 경우, 해당 데이터 가져오기/내보내기 작업을 dtsx 패키지로 저장한 다음 다음처럼 데이터 흐름 탭에서 원본 데이터 구성 요소의 AlwaysUseDefaultCodePage 속성을 true로 설정하면 된다.


사용자 삽입 이미지