July 17, 2010 at 11:48 am
Comments posted to this topic are about the item Backup Isn't Enough
July 18, 2010 at 2:52 pm
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
---------------------------------------------------------------------
July 19, 2010 at 3:06 am
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.
July 19, 2010 at 7:08 am
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 --
July 20, 2010 at 10:19 am
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