/ 首页 / 文章列表 / 技术分享 / SQL2000置疑修复记录

SQL2000置疑修复记录

永强 技术分享 101 阅读 2026-04-30 01:59
use master
go
sp_configure 'allow updates',1 reconfigure with override
go
update sysdatabases set status =32768 where name='kpxf'
go
sp_dboption 'kpxf', 'single user', 'true'
go
dbcc checkdb('kpxf')
go
update sysdatabases set status =28 where name=&#

🔒 登录后查看完整内容

登录即可阅读全文,还有更多精彩内容等你发现

返回列表
未经授权禁止转载