Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bootsy
Starting Member
7 Posts |
Posted - 2008-03-05 : 12:07:59
|
Can someone please explain this error to me. I'm trying to import a text file containing about 2,000,000 lines of data. The table gets created but the transferring of the data breaks at around 1,900,000. It gives the following error. "Error at Source for Row number. Too many columns found in the current row; non-whitespace characters were found after the last defined columns data. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-05 : 23:13:08
|
Double check data file, maybe has invalid row terminator. |
|
|
|
|
|