well my Friends. THe Task has been completed. i have called microsoft. And for a Sum of 400 Canuck, we were able to restore and replace from 1 hour before the eraser took place. i was on the Phone to the Engineer over at Microsoft, Larry, he gave me the code and told me how to implement it. i did so. the data was back and the database reports no errors or corruption. this in my opinion is a huge this but prehaps it isn't here is the code.
backup log goldmine_and_sales_marketing to disk = 'c:\mssql7\backup\GM_May27_TL.bak' with no_truncate
RESTORE DATABASE GoldMine_Sales_And_Marketing
FROM DISK = 'c:\MSSQL7\BACKUP\GoldMine_Sales_And_Marketing_db_200303230200.BAK'
WITH STATS = 5, NORECOVERY
RESTORE LOG GoldMine_Sales_And_Marketing
FROM DISK = 'c:\mssql7\backup\GM_May27_TL.bak'
WITH FILE = 1, NOUNLOAD, STATS = 5, RECOVERY,
STOPAT = 'MAY 26, 2003 14:30'
this was the first step. then this code does the restore from the Transaction Logs.
RESTORE LOG GoldMine_Sales_And_Marketing
FROM DISK = 'C:\MSSQL7\BACKUP\GoldMine_Sales_And_Marketing\GoldMine_Sales_And_Marketing_tlog_200303240000.TRN'
WITH FILE = 1, NOUNLOAD, STATS = 5, NORECOVERY
RESTORE LOG GoldMine_Sales_And_Marketing
FROM DISK = 'C:\MSSQL7\BACKUP\GoldMine_Sales_And_Marketing\GoldMine_Sales_And_Marketing_tlog_200303250000.TRN'
WITH FILE = 1, NOUNLOAD, STATS = 5, NORECOVERY
RESTORE LOG GoldMine_Sales_And_Marketing
FROM DISK = 'C:\MSSQL7\BACKUP\GoldMine_Sales_And_Marketing\GoldMine_Sales_And_Marketing_tlog_200303260000.TRN'
WITH FILE = 1, NOUNLOAD, STATS = 5, NORECOVERY
RESTORE LOG GoldMine_Sales_And_Marketing
FROM DISK = 'C:\MSSQL7\BACKUP\GoldMine_Sales_And_Marketing\GoldMine_Sales_And_Marketing_tlog_200303270000.TRN'
WITH FILE = 1, NOUNLOAD, STATS = 5, NORECOVERY
RESTORE LOG GoldMine_Sales_And_Marketing
FROM DISK = 'c:\mssql7\backup\GM_May27_TL.bak'
WITH FILE = 1, NOUNLOAD, STATS = 5, RECOVERY,
STOPAT = 'MAY 26, 2003 14:30'
like perhaps i am just the dumbest guy in the whole world but i learned alot from this experience. DO YOUR BACKUPS!!!!!!!
but this works for restoring from Transaction files as long as you have the event Log file to see when the last time the PC was restarted. and last backup. and lots of important information.
THanks for all those who responded to my plight.
hope this code helps others. cuz it cost me 400 bucks!!!!!!!!
cheers
One Love
Jared