一路向前走

其中的代码,如果您有更好的改进,请一定提出您的宝贵意见及建议

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2008年12月27日

摘要: 解决方案: use master go sp_dboption 表名, 'select into', true go sp_helpdb 表名 go use 表名 alter table 表名 drop 要删除的列名 阅读全文
posted @ 2008-12-27 16:25 Adair 阅读(1204) 评论(0) 推荐(0) 编辑