解决方案:

 

use master
go
sp_dboption 表名, 'select into', true
go
sp_helpdb 表名
go

use 表名

alter table 表名 drop 要删除的列名

相关文章:

  • 2021-06-18
  • 2021-08-31
  • 2021-12-20
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-12-11
  • 2022-01-27
  • 2022-12-23
  • 2022-01-03
相关资源
相似解决方案