SET IDENTITY_INSERT users on
insert into users(userID,userName,userPwd) values(3,'ffffff','fdsaf')
SET IDENTITY_INSERT users off