Odd SQL Server 2012 IDENTITY issue

前端 未结 2 1396
庸人自扰
庸人自扰 2020-12-18 01:39

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

2条回答
  •  甜味超标
    2020-12-18 02:11

    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

提交回复
热议问题