Error when exporting data from SQL Server to MS Access

-1

I want to export a table (~1.4m data) from SQL Server into MS Access. I am using the Microsoft SQL Server import and export wizard, then I choose Microsoft Access as target and point the direction to an empty access database that I just created, chose the table name and click export, but the errors keep popping up when the export process is about to finish, like it was fine till the copied data hit ~1 million. I tried to change data types but it doesn't do anything.

The error messages:

Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E39.

An OLE DB record is available. Source: "Microsoft Access Database Engine" Hresult: 0x80040E39 Description: "Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.".
(SQL Server Import and Export Wizard)

Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination - BOLO_Suspense" (403) failed with error code 0xC0202009 while processing input "Destination Input" (416). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)

Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
(SQL Server Import and Export Wizard)

Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Source - BOLO_Suspense returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)

The MS Access database is corrupted as well, and it doesn't open.

sql
sql-server
ms-access
asked on Stack Overflow Aug 21, 2019 by MrMuffin • edited Aug 22, 2019 by Pᴇʜ

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0