Multi- user VB.Net application.. calculates and updates information, then written to or updated to MS SQL Server 2008.
It happens only now and then.. on different workstations, with different users.. to estimate, I would say that I have 20 per day out of 3000-4000 writes. So I'm hard pressed to point the problem at the code itself. If it were the code, it would be happening consistently, and it's not. The other thing that I've noticed is that it's usually one field with the same information that's missing. This too is not happening consistently.
So, to give an example, I have a temp table with say, 15 columns.. this is the calculated data the user is writing to the DB.. and it's being written to 5 tables, all in order, and I have error trapping enabled in my application. So, it will write to the first table, all info is there.. then the...