SQL SERVER Freebcp

  • I'm using the freebcp utility to bulk load data into a SQL SERVER (2005).

    When the data is inappropriate it throws errors indicating that there is a mistake in the data. It ignored these data and loads the remaining.

    Could someone help me in identifying the rejected records?

  • Is there an error logging switch? Some loaders can throw the bad records elsewhere.

    Otherwise you need to look at the error and then try to figure out which row(s) it could be.

  • I guess that was my question :exclamation:

    Looking through the records and identifying is the last and the worst resort for this problem and hence this question in the first place.

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

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