Hi, I am using J2EE with Pramati 5.0, Hibernate and SQL Server as backend During Heavy load of inserts happening a few records do get skipped and are not persisted to Database. We have later tried persisting them again explicitly and they do get persisted without any issue Is it possible that SQL Server may skip persistence while reading and parsing data maybe from a slow network connection ?
regards, Manoj