Re: Regarding Suspect Database
From: Noorali Issani (naissani_at_softhome.net)
Date: 03/22/04
- Next message: Noorali Issani: "Re: Regarding Suspect Database"
- Previous message: Rebecca L. Casselman [MSFT]: "RE: Upsizing Wizard fails on large data"
- In reply to: Hari: "Re: Regarding Suspect Database"
- Next in thread: Noorali Issani: "Re: Regarding Suspect Database"
- Reply: Noorali Issani: "Re: Regarding Suspect Database"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Mar 2004 09:33:45 +0500
Thanks Hari...
Regards
"Hari" <hari_prasad_k@hotmail.com> wrote in message
news:uhke752DEHA.3696@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> There are various possibilities for a Suspect status
>
> 1. The MDF or LDF file for the database is not available during startup
> 2. LDF file missing or Corrupted
> 3. MDF file page allocation problems.
>
> 1. The first one can be resolved by executing "sp_resetstatus" stored
> procedure and restart SQL server services
> 2. Start the database in Emergency mode , Update the Status column in
> master..sysdatabases table for that database to 32768.
> After this database will be usable with out transaction log. AFter this
> create a new database and use DTS to transfer objects and data.
>
> 3. Third one is critical , try executing DBCC CHECKDB with REPAIR_REBUILD
> option. If the problem is not rectified
> wither restore from Backup or contact Microsoft support.
>
> Thanks
> Hari
> MCDBA
>
>
>
>
>
> "Noor" <anonymous@discussions.microsoft.com> wrote in message
> news:3CAC7A08-1F9A-433A-83E3-CE5DD8A597FC@microsoft.com...
> > Can any body let me know about the suspect database what is the remedies
>
>
- Next message: Noorali Issani: "Re: Regarding Suspect Database"
- Previous message: Rebecca L. Casselman [MSFT]: "RE: Upsizing Wizard fails on large data"
- In reply to: Hari: "Re: Regarding Suspect Database"
- Next in thread: Noorali Issani: "Re: Regarding Suspect Database"
- Reply: Noorali Issani: "Re: Regarding Suspect Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|