Re: DB SUSPECT
From: Shamim (shamim.abdul@railamerica.com)
Date: 07/15/02
- Next message: Roy Harvey: "Re: SQL 6.5"
- Previous message: MCLTECH: "eliminate an Internet connected Interface"
- In reply to: Tibor Karaszi: "Re: DB SUSPECT"
- Next in thread: Tibor Karaszi: "Re: DB SUSPECT"
- Reply: Tibor Karaszi: "Re: DB SUSPECT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Shamim" <shamim.abdul@railamerica.com> Date: Mon, 15 Jul 2002 12:54:34 -0500
So before doing dbcc rebuild_log(....), I need to backup LOG WITH
NO_TRUNCATE.
Is there anyway i can get back those missing records in one table.
Thanks
Shamim
"Tibor Karaszi" <tibor.please_reply_to_public_forum.karaszi@cornerstone.se>
wrote in message news:euhQXeBLCHA.2036@tkmsftngp09...
> You should do:
>
> BACKUP LOG dbname TO ... WITH NO_TRUNCATE
>
> The last parameter is important.
>
> --
> Tibor Karaszi, SQL Server MVP
> Archive at:
http://groups.google.com/groups?oi=djq&as_ugroup=microsoft.public.sqlserver
>
>
> "Shamim" <shamim.abdul@railamerica.com> wrote in message
news:uSkTRcBLCHA.1772@tkmsftngp09...
> > Hi All,
> > SQL SERVER 7.0
> >
> > Our server has a power-outage and when it came back one of the database
> > shows as 'SUSPECT'.
> > Looked into the ErrorLog and found it was in between a transaction log
> > backup and log file is corrupted.
> >
> > Did the following steps and database came backup with one table missing
with
> > few records.
> >
> > 1)Change SUSPECT mode to Emergency mode (Update sysdatabases...)
> > 2)dbcc rebuild_log(....)
> > 3)dbcc checkdb()
> > 4)dbcc checkalloc()
> >
> > Pls Advice with steps to take-care when database goes into SUSPECT mode
.
> >
> > Thanks
> > Shamim
> >
> >
> >
>
>
- Next message: Roy Harvey: "Re: SQL 6.5"
- Previous message: MCLTECH: "eliminate an Internet connected Interface"
- In reply to: Tibor Karaszi: "Re: DB SUSPECT"
- Next in thread: Tibor Karaszi: "Re: DB SUSPECT"
- Reply: Tibor Karaszi: "Re: DB SUSPECT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|