SET IDENTITY_INSERT users on
insert into users(userID,userName,userPwd) values(3,'ffffff','fdsaf')
SET IDENTITY_INSERT users off
转载于:https://www.cnblogs.com/terrorpig/archive/2008/11/22/1338886.html