取消自增ID.sp_configure   'allow   update',1   
取消自增ID.  
reconfigure   with   override   
取消自增ID.  
update   syscolumns   set   colstat=0   where   colstat=1   and   id=object_id('tablename')   
取消自增ID.  sp_configure   
'allow   update',0   
取消自增ID.  
reconfigure   with   override   

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-05-22
猜你喜欢
  • 2022-12-23
  • 2021-12-17
  • 2021-10-22
  • 2022-12-23
  • 2021-10-16
  • 2021-06-26
  • 2021-08-14
相关资源
相似解决方案