• The fields where BCP begins to fail are numeric, with null values. I have found if I change the view to use "IsNull", that BCP works fine with it. In other words, select Field1, Field2...., IsNull(Field20, 0.0) as Field20, ...

    I don't know why BCP doesn't like null values in numeric fields. However, it seems that I have a work-around to this matter.