![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am running SQL 2000 Sp3. |
#3
| |||
| |||
|
|
I am getting the following error: "Too many columns found in the current row; non-whitespace characters were found after the last defined column's data. " It seems a few people (going by google/newsgroup searches) have encountered this, but none of which had a very clear resolution. I am trying to import file into a SQL table. - Its a pipe/vertical bar delimited - The file is approx 48mb, - contains 117,000 odd rows - has {cr}{lf} as row delimeter I am running SQL 2000 Sp3. Any help would be greatly appreciated. |
#4
| |||
| |||
|
|
In message <#VoZEXIYFHA.2572 (AT) TK2MSFTNGP14 (DOT) phx.gbl>, Ben Rum bundyrum75 (AT) yahoo (DOT) com> writes [snip] Basically this means the file format is invalid. You probably have additional data on a line, after DTS has found all of the expected number of column delimiters. It expects the next delimiter to be the row delimiter, but instead it has found another column delimiter. I would start by carving the file in half, load each to find the bad half. Split again etc. |
#5
| |||
| |||
|
|
"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote in message news:zLfZYhE2N4kCFw0G (AT) sqldts (DOT) com... In message <#VoZEXIYFHA.2572 (AT) TK2MSFTNGP14 (DOT) phx.gbl>, Ben Rum bundyrum75 (AT) yahoo (DOT) com> writes [snip] Basically this means the file format is invalid. You probably have additional data on a line, after DTS has found all of the expected number of column delimiters. It expects the next delimiter to be the row delimiter, but instead it has found another column delimiter. I would start by carving the file in half, load each to find the bad half. Split again etc. |
![]() |
| Thread Tools | |
| Display Modes | |
| |