Backup Isn't Enough

  • Comments posted to this topic are about the item Backup Isn't Enough

  • good point.

    Garbage in, garbage out OR garbage backed up garbage recovered

    also the ability to build a delay into log shipping is an oft forgotten advantage of this old workhorse HA method over the fancier and therefore presumed better in all aspects mirroring and clustering

    ---------------------------------------------------------------------

  • Hi ....

    In our datawarehouse environment we have added the fields ExtractDate, LatestEntryIndicator, EntryStartDate, and EntryEndDate to all dimension and fact tables. Using these fields we are able to rollback the data to a specific point in time, removing any suspect data that may have been loaded into the warehouse. We carry out daily differential and monthly full backups of the datawarehouse databases.

    The backups are essentially to cater for a server related failure whereas the rollback process is in order to cater for a recovery from suspect data.

    This strategy seems like it would be able to recover the database to a reliable state in the event of either type of "catastrophe".

    Cheers.

  • The ability to selectively recover from bad data input should really be part of the initial database design. It's not enough to have 'point in time" because substantial transactions may have occurred in the interim before discovery. You really can't afford to manually review multiple thousands of entries. Transactions need to be fully indentified and preserved (in an append only table, for example). This involves careful planning with the business rules.

    It's expensive in development time, but if there is a potential need it is worth it.

    ...

    -- FORTRAN manual for Xerox Computers --

  • I hate those "garbage" sources. It is quite difficult to trust any data in the database when the source of the data is known to be suspect.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply