其中的代码,如果您有更好的改进,请一定提出您的宝贵意见及建议
解决方案:
use master go sp_dboption 表名, 'select into', true go sp_helpdb 表名 go
use 表名
alter table 表名 drop 要删除的列名