博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SqlServer2012自增主键跳跃增长的问题解决方案
阅读量:5961 次
发布时间:2019-06-19

本文共 470 字,大约阅读时间需要 1 分钟。

1、问题:SqlServer2012自增主键插入几条数据,然后重启服务,然后再插入几条数据,发现重启后插入的记录ID出现跳跃。

2、解决方案:

Open SQLServer configuration manager from your server. Select SQL Server 2012 instance there right client and select Properties menu. You will find a tabbed dialog window. You select start up parameters tab from there and register -t272. Then restart SQL Server 2012 instance again and see the difference:

 

参考:http://www.codeproject.com/Tips/668042/SQL-Server-2012-Auto-Identity-column-Value-Jump-Is

转载地址:http://vjjax.baihongyu.com/

你可能感兴趣的文章
【leetcode】145. Binary Tree Postorder Traversal
查看>>
[CodeForces - 296D]Greg and Graph(floyd)
查看>>
[译] SwiftUI 官方教程 (九)(完结)
查看>>
NodeJS Docker 打包全面优化:优雅停机、多阶段、上下文目录
查看>>
微信开发准备(四)--nat123内网地址公网映射实现
查看>>
EasyUI Calendar 日历
查看>>
26.Extjs 部门列表信息展示页面
查看>>
maven学习手记 - 3
查看>>
Window 命令行神器:cmder
查看>>
Oracle 索引
查看>>
23. requests安装与使用
查看>>
讲讲不怎么有用却很有意义的包围体测试
查看>>
Redhat/Centos6.x安装Chrome
查看>>
JSP 9大内置对象详解
查看>>
MYSQL 随笔
查看>>
LNMP环境下打击那搭建Bugfree
查看>>
mybatis初接触
查看>>
Java一次性读取文件的内容
查看>>
TestMap
查看>>
《测之重器——自动化测试框架搭建指南》
查看>>