bcp only imports 223339 rows

  • I want to import a data file containing 317234 rows using bcp. However, bcp stopped after only importing 227739 rows. No error messages. Has anyone seen this before?

    Thanks

  • How much disk space is available?

  • 3GB

  • Is that disk space getting filled up when you are trying to insert the data into the database.Check the transaction log size.

  • Thanks. I found out that the data was not "clean". Some rows contain more columns than the table being imported into. Apparently, bcp simply ignored these rows and didn't bother to generate any errors.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply