Identity increment is jumping in SQL Server database

前端 未结 6 1348
夕颜
夕颜 2020-11-21 06:47

In one of my tables Fee in column \"ReceiptNo\" in SQL Server 2012 database identity increment suddenly started jumping to 100s instead of 1 depending on the fo

6条回答
  •  花落未央
    2020-11-21 06:53

    This problems occurs after restarting the SQL Server.

    The solution is:

    • Run SQL Server Configuration Manager.

    • Select SQL Server Services.

      SQL Server Configuration Manager

    • Right-click SQL Server and select Properties.

    • In the opening window under Startup Parameters, type -T272 and click Add, then press Apply button and restart.

      SQL Server startup parameters

提交回复
热议问题