Re: DBCC CheckDB
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 09/24/04
- Next message: bzqpv4: "Re: problems w/ fn_trace_gettable"
- Previous message: ME: "Re: Outlook"
- In reply to: Mike Lackey: "DBCC CheckDB"
- Next in thread: Hari Prasad: "Re: DBCC CheckDB"
- Reply: Hari Prasad: "Re: DBCC CheckDB"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 17:34:35 -0400
They are never required but a good idea. The idea behind a DBCC CHECKDB is
to ensure (mostly) physical integrity of your database objects. While it is
true there is not as much a problem with 7.0 and 2000 like there was with
6.5 it can still happen. Mainly hardware related issues caused problems
that this checks. The sooner you find out there is a problem the best
chance you have of not loosing valuable data. So while it is not required
it is recommended. How often depends mainly on how often you can afford to
run it etc.
-- Andrew J. Kelly SQL MVP "Mike Lackey" <MikeLackey@discussions.microsoft.com> wrote in message news:C11410C3-6891-486C-A375-CC51E42FE0EA@microsoft.com... > Another question from the new Admin on the block. > > I read in the docs that as of SQL7 dbccs are not required as part of your > backup plan. The servers I just inherited are not running any database > integrity checks at any time. > > Should checks still be run occasionally. > > Thanks! > -- > Mike Lackey > Database Adminstration > Sybase/Oracle and recently back to MSSQL
- Next message: bzqpv4: "Re: problems w/ fn_trace_gettable"
- Previous message: ME: "Re: Outlook"
- In reply to: Mike Lackey: "DBCC CheckDB"
- Next in thread: Hari Prasad: "Re: DBCC CheckDB"
- Reply: Hari Prasad: "Re: DBCC CheckDB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|