nuct
Programmer
- Sep 5, 2001
- 103
Hi,
I currently doing some quite large inserts into sql server. I have managed to do them sucessfully (dropping no rows)using BCP, using a format file. However I read somewhere that BULK INSERT is faster than BCP so I tried using this instead. Oddly enough it drops quite a few rows, even when I use exactly the same format file as the one I used with BCP.
Anybody got any ideas as to why this might be happening?
Cheers,
Simon
I currently doing some quite large inserts into sql server. I have managed to do them sucessfully (dropping no rows)using BCP, using a format file. However I read somewhere that BULK INSERT is faster than BCP so I tried using this instead. Oddly enough it drops quite a few rows, even when I use exactly the same format file as the one I used with BCP.
Anybody got any ideas as to why this might be happening?
Cheers,
Simon