padgettbrian
Starting Member
23 Posts |
Posted - 2012-02-17 : 15:52:15
|
I'm trying to import a very large amount of data heres a copy of the import command I'm using and the error. What's really odd is the MDF file is 1.5 GB but there's only 498 records in the DB. Please help before I start gettin drunk at my deskUSE DATAGOBULK INSERT DEC2011FROM 'd:\DEC2011.TXT'WITH (DATAFILETYPE ='char', FIELDTERMINATOR = '|', MAXERRORS = 1000000 )ROWTERMINATOR = 'row_terminator')Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 20321, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 20322, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 38805, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 42728, column 331 (Column 330).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 73287, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 73288, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 83562, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 83563, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 83564, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 83565, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 118399, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 120654, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 129056, column 330 (Column 329).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 217074, column 331 (Column 330).Msg 4864, Level 16, State 1, Line 1Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 217075, column 331 (Column 330).The statement has been terminated.Query was cancelled by user. |
|