I\'ve never seen this happen before, very odd.
I have a local SQL Server 2012 Express database that I\'m developing against. Running a simple suite of tests using th
If you will call "Checkpoint" command after each insert query, it will solve your problem.
For more information, please read out Checkpoint in SQL Server