﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Perry Whittle  / Database corrupted how to resolve??? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 20 Jun 2013 00:25:00 GMT</lastBuildDate><ttl>20</ttl><item><title>Database corrupted how to resolve???</title><link>http://www.sqlservercentral.com/Forums/Topic1349069-1452-1.aspx</link><description>[size="7"]mY database will be corrupted [/size].so how to recovery the corrupt database??????( i have little bit confusing.because of iam using below script reocvery the database :DBCC CHECKDB ('Corrupt2K8') WITH NO_INFOMSGS, ALL_ERRORMSGSexec sp_resetstatus 'Corrupt2K8'alter database Corrupt2K8 set emergencydbcc checkdb('Corrupt2K8')alter database Corrupt2K8 set single_user with rollback immediatedbcc checkdb('Corrupt2K8', REPAIR_ALLOW_DATA_LOSS)alter database Corrupt2K8 set multi_user ))NOTE: some points for consideration:Then restore My database from a backup - but make sure to run DBCC CHECKDB on that very backup to ensure it's not corrupt itself.DBCC CHECKDB with REPAIR_ALLOW_DATA_LOSS is the very last resort . Before that, you should restore a valid backup. Once you do use REPAIR_ALLOW_DATA_LOSS, don't expect your database to magically come back to life again - most likely, irreparable damage has occurred - especially in this case since it complains about system table corruption.Thank you in advance</description><pubDate>Thu, 23 Aug 2012 06:39:51 GMT</pubDate><dc:creator>Database admin(DBA)</dc:creator></item></channel></rss>