- 1、本文档共15页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据库置疑处理方法(国外英文资料)
数据库置疑处理方法(国外英文资料)
Set the database to a state of emergency:
Then, in the SQL query analyzer, select the master database and enter the following statement execution (a single execution)
Sp_configure allow, 1
Reconfigure with override
Update sysdatabases set status = 32768 where name = hbposv6
Rebuild the log file (change the path to your data file path)
D: \ MSSQL $PROD \ Data \ to store the path for the database files
Kmjxc_log2.ldf is a new non-existing file that will be automatically created when the following statement is executed
Dbcc rebuild_log ( hbposv6 , D: \ ProgramFiles \ MicrosoftSQL Server \ MSSQL \ Data \ hbposv6_log2.ldf)
Cancel the emergency mode (a single execution)
Update sysdatabases set status = 0 where name = hbposv6
Restore the database hbposv6 with recovery
Sp_configure allow 0
Reconfigure with override
4. Restart the SQL server
Solution 1: you can fix this with the following code:
USE the MASTER
The GO
SP_CONFIGURE ALLOW UPDATES, 1
RECONFIGURE WITH OVERRIDE
The GO
UPDATE SYSDATABASES SET STATUS = 32768 WHERE NAME = MSDB
The Go
Sp_dboption MSDB, single user, true
The Go
DBCC CHECKDB ( MSDB )
The Go
Update sysdatabases set status = 28 where name = MSDB
The Go
Sp_configure allow updates, 0
Reconfigure with override
The Go
Sp_dboption MSDB, single user, false
The Go
Solution 2:
MSDB database resolution process
Difficulties: cannot be deleted because the MSDB database, print out the document, additional database again, but cannot call MSDB new additional database, which is not of the same name, ran into trouble.
1: stop the entire database and paste the file msdbdata.mdf and msdblog.ldf from the database into another directory.
2: copy the above files to another directory, which means duplicating them twice.
3: select the database right-click - all tasks - additional database attach copy of a backup file, the database name call MSDB1, user is SA or ADMINISTRATOR.
4: take the MSDB1 database backup and backup it as a file. My name was MSDB. BAK.
Sele
您可能关注的文档
- 如何用word制作简谱(国外英文资料).doc
- 如何用注册表把你的IE修复的很好!(国外英文资料).doc
- 如何设置BIOS,提高开机速度(国外英文资料).doc
- 如何设置bios改进你的计算机 开机速度(国外英文资料).doc
- 如何设置电脑停电后一来电就自动开机(国外英文资料).doc
- 如何设置远程控制(国外英文资料).doc
- 如何理解Modem的协议和标准(国外英文资料).doc
- 如何通过IP查主机(国外英文资料).doc
- 婚姻法与继承法模拟4(国外英文资料).doc
- 字符串函数原型(国外英文资料).doc
- 2025年高考物理押广东卷计算大题(电磁场的综合运用)(解析版).pdf
- 小脑共济失调护理查房.pptx
- 2024-2025学年高二地理下学期期中考点大串讲(中华中图地图版)考题猜想03 易错题(10个易错点攻关)(解析版).pdf
- 2024-2025学年高二地理下学期期中考点大串讲(中华中图地图版)考题猜想02 重难点提升(12个重难点+百题过关)(解析版).pdf
- 九年级中考历史复习及答案(材料分析题)-4.doc
- 2024-2025学年高二地理下学期期中考点大串讲(中华中图地图版)考题猜想03 易错题(10个易错点攻关)(原卷版).pdf
- 中国实用小礼品行业市场前景分析预测年度报告(目录).docx
- 2025年阿拉善职业技术学院单招英语2014-2024历年真题考点试卷摘选含答案解析.docx
- 2025年阿拉善职业技术学院单招语文2019-2024历年真题考点试卷含答案解析.docx
- 2025年中考物理一轮复习重难题型精讲精练(江苏专用)专题02 光现象 知识精讲(解析版).pdf
最近下载
- 急诊与灾难医学-第二十二章 人为灾难的医学救援.pptx
- 030904《项目实施进度里程碑确认单》.xlsx VIP
- 治疗篇第六章骨伤科四肢病证推拿讲解.ppt
- 2025年广西机场管理集团有限责任公司人员招聘笔试备考题库及答案解析.docx
- 七年级下册英语课件Unit 3《Keep Fit》(Section A 1a-1d).pptx VIP
- 福特嘉年华说明书.pdf
- 医院医疗设备管理员及使用人员岗位职责.pptx VIP
- 江苏省小学科学实验知识竞赛题库附答案.pdf VIP
- 教科版(2017秋)四年级下册科学期末复习训练题(含答案).docx VIP
- 八年级下数学期中测试题(a卷).pdf VIP
文档评论(0)