Results 1 to 1 of 1
Thread: Questions/HELP + TDP for SQL 6.3
-
08-20-2012, 11:33 AM #1Newcomer
- Join Date
- Aug 2012
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Questions/HELP + TDP for SQL 6.3
Hello colleagues,
I evaluate currently TSM TDP for SQL (v. 6.3). The "normal" functions, such as: backup, restore, restore point in time and so work very fine.
Now I want to go a step further.
-----------------------------------------
Consider the following scenario:
The database "AdventureWorks" is displayed in the Management Studio as 'corrupt', or you can no longer access them.
Prerequisite: The database file (*.mdf) is corrupt, the log file (*.ldf) is still ok.
-----------------------------------------
Currently I'm doing the backup of the databases for the management studio (including transaction logs).
-----------------------------------------
About the Management Studio I would do the following:
1. A TAIL-Backup of the Log file (*.ldf)
BACKUP LOG AdventureWorks TO DISK='F:\*.trn' WITH NORECOVERY, NO_TRUNCATE
2. Restore the database with a FULL BACKUP and with all the associated transaction logs (Option: NORECOVERY)
3. Restore the TAIL-Backup (Option: WITH_RECOVERY)
Database is back online and should work fine (without data loss).
-----------------------------------------
Is that even possible in TSM? If so, how do I do that?
Can you help me?
Best regards,
Gipsy
Similar Threads
-
TDP Exchange 2010 restore questions.
By Slicster in forum Exchange / OutlookReplies: 0Last Post: 03-08-2011, 11:42 AM -
TDP MSSQL Version Questions
By GregE in forum Microsoft SQL ServerReplies: 1Last Post: 09-09-2009, 05:03 PM -
TDP for Oracle questions
By jbleistein1 in forum OracleReplies: 0Last Post: 05-20-2009, 08:28 AM -
SQL TDP - General Questions
By c.j.hund in forum TDP/Application Layer BackupReplies: 0Last Post: 08-18-2005, 05:07 PM -
More SQL questions
By bmcferon in forum TSM Reporting & MonitoringReplies: 3Last Post: 02-14-2003, 04:33 PM


Reply With Quote