This is probably the wrong board for it, but I'm having a battle royale with importing some data in to my sql 2014 express instance.The basics are that I have a csv with about 26 million rows that I need to be in a something to be worked with. Excel really doesn't like it (hardly surprising) so I figured chucking it in a SQL db was a solid option.This is the import report after it has handily stopped at about 156k rows:MessagesError 0xc02020a1: Data Flow Task 1: Data conversion failed. The data conversion for column "VPNClient" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard) Error 0xc020902a: Data Flow Task 1: The "Source - mycsv_csv.Outputs[Flat File Source Output].Columns[VPNClient]" failed because truncation occurred, and the truncation row disposition on "Source - mycsv_csv.Outputs[Flat File Source Output].Columns[VPNClient]" specifies failure on truncation. A truncation error occurred on the specified object of the specified component. (SQL Server Import and Export Wizard) Error 0xc0202092: Data Flow Task 1: An error occurred while processing file "C:\Users\Stephen\Desktop\mycsv.csv" on data row 181581. (SQL Server Import and Export Wizard) Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Source - mycsv_csv returned error code 0xC0202092. 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)If anyone has an idea how to sort it, that would be amazing
↧