SQL 테이블에로드 할 Excel 데이터가 매우 큽니다. 작은 데이터의 경우 작동합니다. 그러나 대용량 데이터 (2,000 만 개가 넘는 레코드)의 경우 다음 오류가 발생합니다.Excel 파일을 CSV로 변환 한 다음 SSIS를 사용하여 SQL 테이블에로드
Excel to CSV : There were errors during task validation. Excel to CSV Error: "Excel Source" failed validation and returned validation status and returned validation status "VS_ISBROKEN". Excel to CSV: opening a rowset for "Table1$" failed. check that the object exists in the database. Excel to CSV:Error : SSIS Error code DTS_E_OLEDBERROR. An OLE DB error has occurred .Error code 0x80004005.
을로드 한 다음 SQL 작업 단계에서 32 비트를 설정하려고합니다. – plaidDK
내가 항상 묻는 질문은 : 엑셀 파일은 어디에서 왔는가? 번거 로움을 덜어주기 위해 탭으로 구분하여 생성 할 수 있습니까? –