August 23, 2005 at 6:47 pm
August 23, 2005 at 7:58 pm
Ahh ... no ... what would be the point? How could you guarantee the integrity of the data given that you'll be missing a whole pile of transactions. Its most likely that the transactions in subsequent log files only took place on data that was changed in the missing transactions.
eg:
tran 1 increments a balance by 100 to 1100
tran 2 decrements the same balance by 200 to 900
tran 3 increments the same balance by 100 to 1000
if tran 2 goes missing and you still apply tran 3 then you'll end up with an incorrect balance of 1200
--------------------
Colt 45 - the original point and click interface
August 23, 2005 at 8:02 pm
Thanks Phill
I realise that I am playing with fire here. My thoughts are that since this is simply a document storage database, and the missing log is from a weekend backup when there is usually no staff working, then I may be lucky.
August 23, 2005 at 8:35 pm
There is no such thing as being lucky in the DBA world
--------------------
Colt 45 - the original point and click interface
August 25, 2005 at 4:05 am
One method to get the rest of the logfiles into the server would be to use a third-party tool (Apex SQL Log claims to be able to do that) to convert the log backups to redo-scripts and execute them.
Of course the logical integrity of the db from that point on is questionable...
regards karl
Best regards
karl
August 25, 2005 at 3:14 pm
If it's truly a 'simple' document storage database why not just execute the document reindexing ... If I understand correctly that a DMS does not store the actual documents, just pointers (so to speak) to the actual document files. Am I far of base on this one ?
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
August 25, 2005 at 8:51 pm
Thanks for all the replies. I will have a look at that 3rd party tool by Apex.
The reindexing may work if I had not lost the entire drive. All that is remaining is this old sql backup.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply