- Mar 1, 2000
- 30,890
- 5,001
- 126
I'm trying to import a rather large flat file of data (15GB, unknown number of rows, 6 columns)
I am creating a package via MS Visual Studio and have the data being imported via a "flow data" step.
One of the fields is a date and I have that datatype in the flat file Connection properties set to DT_DBDATE (database date)
My column in SQL is set to "date" datatype.
When importing I get the following error for row 2492473 (other rows before it import just fine). I can't edit the flat file as its too large to open in anything, and I can't seem to get the package to ignore this error.
Suggestions?
I am creating a package via MS Visual Studio and have the data being imported via a "flow data" step.
One of the fields is a date and I have that datatype in the flat file Connection properties set to DT_DBDATE (database date)
My column in SQL is set to "date" datatype.
When importing I get the following error for row 2492473 (other rows before it import just fine). I can't edit the flat file as its too large to open in anything, and I can't seem to get the package to ignore this error.
Suggestions?
Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x402090DD at Data Flow Task, Flat File Source [1]: The processing of file "C:\!!!! SQL STORAGE\CLS table files\ACTIVE.TAB" has ended.
Error: 0xC0202009 at Data Flow Task, SQL Server Destination [66]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E07.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E07 Description: "Error converting data type DBTYPE_DBDATE to date.".
Error: 0xC02092B5 at Data Flow Task, SQL Server Destination [66]: A commit failed.
Error: 0xC0047018 at Data Flow Task, SSIS.Pipeline: component "SQL Server Destination" (66) failed the post-execute phase and returned error code 0xC02092B5.
Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "component "SQL Server Destination" (66)" wrote 2492473 rows.