We're doing some testing and this involves doing a delete (to several tables) which we then update the statistics.
We're running 5 bulk copies of 2000 rows in a single transaction (about 50 of these transactions in one "run") after doing this. For the first few they have a tendency to timeout on one of the inserts (on a wide, poorly designed table). It's like there is some caching going on. Once a few have gone in, they are extremely fast and there is no problem.
My question is, are there "plans" for BulkCopy that are being created and cached? Or is something else possibly going on that can cause these timeouts? I've already reduced the BulkCopy batchsize to 500, that's pretty low, so I'm thinking there is something else going on in the database. Any advice is appreciated.