Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS export of large table not working

$
0
0

Hi,

We have a tables with 5 columns (bigint, int, int, int, int) and have 6 Billion rows and we are writing a simple export using SSIS:
Source: OLE DB Data Source
Output: Flat file destination (csv output file)
Error: Flat file destination (csv output file)

Somehow after inserting ~1B rows (61GB flat file), remaining rows are inserted in the error text file (300GB flat file).

Following is the error code information for all the failed rows in error .txt file:
Error code: -1071607691
Error Column: 17

Is there any limit on rows that can be exported using SSIS and output to text file or any known issue?

Note: Since all the columns are bigint or int so we are assuming output file as unicode/ansi/UTF-8 etc should not matter but we tried all the 3 types of output files anyhow and still same error. Hard-drive have enough free space available. We are able to export another table with 550M rows and output file size is 210GB

Thanks

--Harvinder



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>