网站大量收购独家精品文档,联系QQ:2885784924

数据库置疑处理方法(国外英文资料).doc

  1. 1、本文档共15页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档