create table qiubole(did int)

sp_configure  'allow updates', 1

RECONFIGURE WITH OVERRIDE

update sysobjects set xtype = 'S',info = 4
 where id = object_id('qiubole')

sp_configure  'allow updates', 0

RECONFIGURE WITH OVERRIDE  

相关文章:

  • 2021-09-29
  • 2021-04-06
  • 2021-10-04
  • 2021-05-31
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-08-11
  • 2021-08-19
相关资源
相似解决方案