Results 1 to 2 of 2
Thread: SQL Restore into + apply logs
-
05-25-2012, 07:05 AM #1Newcomer
- Join Date
- Aug 2011
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
SQL Restore into + apply logs
Hi guys,
one question. Using TDP SQL 5.2.1.6 (I know, not my choice here ...) on an older SQL 2005 server I need to restore a
database to a specific point in time - as a copy! I know that's done by setting "restore into" and "relocate" options. But
do I have to do this for all the log backups as well or is it enough to to this to the last "full" backup?
Thanks for the info!
Regards,
Chris
-
05-25-2012, 10:43 AM #2
Use the last full backup, but also use the /RESTOREDATE and /RESTORETIME parameters and that single command will restore everything.
http://adsm.org/forum/showthread.php...store-Question
Similar Threads
-
SQL Truncate logs
By tsmdumber in forum Microsoft SQL ServerReplies: 1Last Post: 04-29-2011, 04:10 AM -
TDP FULL SQL BACKUP & RESTORE, Trans logs from SQL?
By ober67 in forum TSM ClientReplies: 2Last Post: 07-24-2009, 02:09 PM -
TSM Scheduler settings - SQL logs hourly backup
By MrB in forum TSM ClientReplies: 3Last Post: 07-17-2008, 07:41 AM -
Can't shrink logs after DB restore (RELOCATE/RESTORE INTO)
By blackminder in forum TDP/Application Layer BackupReplies: 3Last Post: 02-07-2008, 06:52 AM -
TDP for SQL 2005 - Truncate Logs?
By evolving in forum TDP/Application Layer BackupReplies: 1Last Post: 03-21-2006, 03:09 PM


Reply With Quote