Mike,
Thanks for your reply.
I have tried not using IDataReader; instead moving the data to a DataTable then calling WriteToServer with the DataTable.
I get the following results:
EnableBulkLoad Value | Result. | |
0 | Value does not fall within the expected range. As before as this is the default value. | |
1 | Bad row data received from the client while bulk copying into object 2080007410 partition 2080007410 in database 6. Received a row of length 11 whilst maximum or expected row length is 6. | |
2 | Bad row data received from the client while bulk copying into object 2080007410 partition 2080007410 in database 6. Received a row of length 11 whilst maximum or expected row length is 6. | |
3 | Value does not fall within the expected range |
Is this similar to anything you saw?
Thanks
Dave