How to do following restore? Full backup takes long and transaction backup in the middle.Thanks!

One database starts to run full backup at 10am. Full backup finishes at 11:45 AM
transaction log backups every 30 minutes: 10:00am, 10:30am,11:00 am , 11:30 am and 12:00 PM
At 1:30 PM
I need to restore database back to 12:00PM.
So I should restore:
1) Full backup at 10:00 am + transaction log backup 10:30am+ transaction log backup 11:00 am +transaction log backup at 11:30 am + transaction log backup at 12:00 PM
or
2) Full backup at 10:00 am + transaction log backup at 12:00PM
Because full backup starts at 10:00 am and ends at 11:45 am, I am not sure 1) or 2) should I choose.
Please let me know which one is correct--1) or 2) .Thanks

alternatively you can make use of 
RESTORE HEADERONLY FROM <BACKUP_DEVICE>
database backup has LSN number information in te backup header, and last LSN will help you to locate next log backup in
sequence to be restored.
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
Praveen Dsa | MCITP - Database Administrator 2008 |
My Blog | My Page

Similar Messages

  • How can I do a Full backup of my phone to rooting it?

    I'm on my way to root my phone (xperia pro mk16a with the 587 update), but I want to know how can I get a full backup of the phone in case I need it.
    Thanks!
    Solved!
    Go to Solution.

    Unfortunately no option
    What you can backup is contacts, sms, call logs, Games data ( etc )
    If you follow the process of rooting correcty, you won't loose anything
    {GUIDE} How to Root Xperia™ Smartphones
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • Full backup of the KM without backing all the SAP EP 7.0

    Hello,
    I want to know how can I do a Full backup of the KM without backing all the SAP EP 7.0
    Thank you in advance.
    Pablo Mortera.

    Depending on what you want with the Backup you could:
    1. Make a KM transport --> select all the content... it will generate a .KMC object
    2. Create a copy of all documents to a seperate location using WebDAV (with or without Portaldrive)
    But if you realy want a regulair backup proces that is scheduled then you do not have any onther choice then:
    FSDB --> backing up both the DB and the Filesystem. Because it are seperate backups you must be 100% sure that there are no alterations between both backups so a offline backup would be the savest in this case.
    DB --> backing up the DB.
    Also read the recommendations at:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/62/468698a8e611d5993600508b6b8b11/frameset.htm
    Cheers,
    Benjamin Houttuin

  • How to create a new full backup alongside existing one?

    I have recently reinstalled my MBP from scratch and installed some apps from scratch as well. I still have my old TM backup in a sparsebundle on my NAS (a ReadyNAS NV+).
    I now would like to create a complete new full backup alongside my existing one. Or put differently, a new folder/backup inside the Backups.backupdb inside the mounted sparsebundle. Currently I see a folder called "XYZs MacBook Pro". I'd like that to be renamed to something like "XYZs Old MacBook Pro" and create a new full backup under "XYZs MacBook Pro".
    I understand you end up having multiple folders inside Backups.backupdb if you have many Macs (with different MAC addresses). I only have one Mac, but want TM to treat my old previous backup (of the same MPB, hence with the same MAC address) as if it was from another Mac (with a different name).
    With such a setup, I can still access backups from my previous installation of the same hardware by selecting another volume from TM (by holding Alt when clikcing at the TM icon) or with tools such as Back-In-Time.
    Is there any way to achieve this? My sparsebundle is large enough to hold another full backup alongside the old one.
    Thanks
    - Tom

    Pondini wrote:
    tofe1965 wrote:
    But wait, you said if I erased the disk I get a new UUID. I did not erase it but I moved all files into a /Previous folder (after booting from the install DVD), then installed the system new, and then moved user data (and some Library and some application stuff) back from /Previous. So, I guess, I have no new UUID for my internal disk.
    Ah, yes, that is different ("reinstalled from scratch" usually means erased). If the disk was never erased, it will still have the same UUID. But since you've moved or replaced virtually everything, it will all get backed up anyway.
    I'm not sure why you did all that; the old +Erase and Install+ and +Archive and Install+ options no longer exist for Snow Leopard: there's just Install, which replaces OSX without touching anything else.
    I wanted to have a *really clean* install as my old systems seemed to be messed up with some bad settings.
    So, back to my original question: how can I make the new "XYZs MacBook Pro" appear alongside the old "XYZs MacBook Pro" and switch volumes when I start TM using the Option key?
    Why would you want to do that? You can view and restore from any backup.
    I figured that way I can keep all old backups from the old installation and not have TM retire old stuff. And start a new one from scratch for the new installation where things will get retired. Basically keep the two backups apart from each other and not see any of the old stuff unless explicitly mounted using the option key.
    If I follow your approach, what happens to old files of the old disk/UUID? Will they get retired eventually? Would my original idea work as envisioned or would it retire old things nevertheless? If the latter is the case, it is of no use and your suggested approach is the better one.
    Is there maybe a ay to force TM to start a new full backup?
    Back up to a different place: a different HD or partition, or erase the current one.
    Guess that's my only option then. I created a full bootable backup to en external USB disk using Carbon Copy Cloner. Erasing the internal disk and copying back using CCC will create a new UUID then I guess ...
    I will try that in the next couple of days and report back here. Thanks a lot for all your help and explanations so far, much appreciated!

  • How to do following restore?

    Database A;
    One full backup finished at 10 am
    one differential backup finished at 11am
    one transaction log finished at 11:45 am
    I need to restore database A to 11:30 am
    So how I do restore:
    1) Restore full backup at 10am nonrecovery + restore transaction(11:45am) stop at 11:30 am recovery
    or
    2) restore full backup at 10 am nonrecovery+ restore differential(11am) norecovery +restore transaction(11:45am) stop at 11:30 am recovery
    1) or 2)?
    What is relationship between differential backup and transaction log backup?
    I know first transaction log backup with backup changes between transaction log backup time and full backup time
    Then next transaction log backup will backup changes between it and its last transaction log backup. Correct?

    Do you mean:
    2) restore full backup at 10 am nonrecovery+ restore differential(11am) norecovery +restore transaction(11:45am) stop at 11:30 am recovery
    is incorrect to do restore that I need?
    No it is not incorrect but will take more time ,when doing restore or tryin to to DR test you always choose way to recover data faster.SO 1 will let you recover data faster
    So transaction log backup at 11:45 am is to backup changes between 11:45 am and 10 am(full backup time) or between 11:45 am and 11am(differential backup)?
    Transaction log backup Includes all changes from previous full backup (if it is taken just after full backup) or from previous transaction log backup (if more than 1 transaction log backup are taken)
    Seen lots of question from you on DR and recovery.Please read below link ,will surely help you
    Understanding SQL Server Backups
    Recoverin from disaster using backups
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How can I do a FULL Backup to Oracle 8i Database?

    Hi,
    We are using a product that uses Oracle 8i and we are trying to perform a FULL Backup to the database. I am not an oracle person and not sure how to do this.
    Please also inform me on how to perform a FULL Restor for the backed up database. I would really appreaciate it.
    null

    Before I can amply reply to your post, I need to know what tools you have.
    What is your O.S.?
    What do you want to backup to? (Tape Drive/Hard Disk)
    What time frame requirements do you have?
    Are you running in Archive Log Mode? <-- (in case you do not know, log in with svrmgrl, connect internal, run ARCHIVE LOG LIST; and tell me what is reported on the top line of output.)
    Do you have requirements that the database must be Online at all times?
    Are you using 3rd party Backup Software, if so, which one(s)?
    I know these are a lot of questions, but it helps me help you. :)
    Rgds,
    Mark Brown
    SAP Japan

  • How to set every weekly full backup in Shadow Protect (Storage Craft) schedule

    On the Backup Jobs tab select New to create a new job. Follow the wizard to select the volumes you want to backup and where you want to save the backup images. On the schedule screen select Weekly. Set the day and time for the Full backup to run.
    For more info https://www.storagecraft.com/support/book/shadowprotect-user-guide/creating-backup-image-files/confi...

    How to set every weekly full backup in Shadow Protect (Storage Craft) schedule
    any script or any option
    This topic first appeared in the Spiceworks Community

  • I upgraded to the new IOS, but lost data and apps. When I try and restore the only backup I see is the one made AFTER the lost data. How can I access an older backup from the cloud?

    I upgraded to the new IOS, but lost data and apps. When I try and restore the only backup I see is the one it made AFTER the lost data. How can I access an older backup from the cloud?

    Why don't you talk to apple and find out if backup exists? That conversation with apple will stop your guessing.

  • Ihone 4s lost all contacts. I tried to restore from backup but the error message now says there is not enough room. I have deleted all the apps without making any more room on iphone. Why did contact disappear and how do I get them back?

    ihone 4s lost all contacts. I tried to restore from backup but the error message now says there is not enough room. I have deleted all the apps without making any more room on iphone. Why did contact disappear and how do I get them back?

    In the simplest sense, archiving a file means making a copy that you never change and never discard. You already know how to do that.
    iPhoto has built-in archival features, in the sense that it saves all versions of an image that you've modified. As long as you have adequate backups, you don't necessarily have any reason to archive an iPhoto library. If you want to delete images from the working library but still have access to them in case you change your mind, then you do need to archive those images. I don't have a specific suggestion as to how you should do that. You might post a question in the iPhoto forum.

  • Touch screen stopped working. Is there anyway to force a full backup of the iPhone without typing in my passcode lock or is there anyway to force it to connect to a WiFi network so the phone can backup to iCloud??

    Hello all, I could use some help with my iPhone 4, I hope this is the best place to ask!
    The Problem:
    I want to do a full backup of my iphone to either itunes or to icloud. Unfortunately the iphone got wet and isn’t working properly. The phone turns on and still works, but the touch screen no longer works. I have a passcode lock on the phone so iTunes will not allow me to backup it up until I type in the passcode (which I cannot physically do). WiFi had been turned off before it got wet so it won’t connect to any known WiFi networks either to backup automatically to iCloud.
    What happened:
    I had been travelling for 6 months and went tubing on a river with my iphone in a dry bag. Unfortunately the dry bag failed and filled with water ruining my iphone.
    What I’d like to do:
    It’s an old phone and I was planning on buying a new iPhone anyway. I would love to do a full backup to either iCloud or to my computer so when I get a new iPhone I don’t lose anything. I’ve already connected it to my PC and downloaded all the photos and videos off the phone so at least I haven’t lost that, but I would like to be able to recover all the text messages, WhatsApp messages and notes I had created during my 6 months of travel.
    The last time it was backed up to my pc or to icloud was in April, so there are 6 months worth of very meaningful data I would love to keep to remind me of my travels!
    Is there anyway to force a full backup of the iPhone without typing in my passcode lock or is there anyway to force it to connect to a WiFi network so the phone can backup to iCloud??
    iTunes recognizes the phone just now and I tried upgrading the phone to iOS7 in the hopes that it would first backup and then upgrade. Unfortunately all that happened is the phone upgraded to iOS7, but it didn’t backup to iTunes. Now the phone is stuck at the iOS7 welcome screen and I can’t do anything else with it.
    Any ideas or tips would be welcome!
    NOTE: This is NOT a jailbroken iPhone.

    If there is no other way around this, is there anyway to completely wipe the phone then??
    The Apple store agreed to give me a new iPhone 4 as a warranty replacement for $150 (I travel a lot and I have a factory unlocked phone, so this is still worth it for me).  But before I trade it in, I would like to make sure all my data is backed up on the device first.
    When I try and restore the phone now on iTunes, it says I have to turn off Find My iPhone on the phone first before I can restore it.  Now since I can't use the screen I can't really do that.
    So how do I completely wipe the iPhone???
    Thanks!

  • I recently did a full reinstall from my time machine and now my MacBook pro won't back up to the time machine. It starts a full backup ignoring the original back up, can anyone help?

    I recently did a full reinstall from my time machine and now my MacBook pro won't back up to the time machine. It starts a full backup ignoring the original back up, can anyone help?

    Did you follow the instructions on the page linked below?
    OS X Yosemite: Recover your entire system

  • Hello Apple I work in one of the shops phones in the Kingdom western Saudi Arabia you now restore a backup to the customer by mistake recovered to copy another client now been linked to the phone and ask me to check, I do not know PIN number

    Hello Apple I work in one of the shops phones in the Kingdom western Saudi Arabia you now restore a backup to the customer by mistake recovered to copy another client now been linked to the phone and ask me to check, I do not know PIN number
    <Edited by Host>

    These are user forums. You are not speaking to Apple here. I'm sorry but we cannot assist you. Contact your Apple vendor in your country. Customer Service: Contacting Apple for support and service - this includes international calling numbers.

  • How do I take movies and save them on the iPad?

    How do I take movies and save them on the iPad?
    Thank you for your help.

    Tank you Jim for responding: "(swipe Video to the selected position - don't just touch it)."
    (I can't believe this!) I open camera. tap video: nothing. Swipe video button (where to?) nothing.
    Reading videos at a glance in the iPad user guide gives me nothing. I know I must be missing something. 
    Thank you for your help.
                                             Walter                                                                                       

  • Hi. I am going to be buying a macbook air 2012 soon with 4 GB of RAM and wondering how much memory space does norton AV take up and does it drastically slow down the mac. Thanks a lot :)

    Hi
    I am going to be buying a macbook air 2012 model with 4 GB ram soon. I was wondering how much space (memory) does Norton AV take up and does it drastically slow down the computer. Also, I am going off to uni so will predominantly be using the laptop for surfing and MS office.
    Thanks a lot

    Sorry to disagree mende1.  In this age of email attachments and social networks, it is actually a good idea to have a good antivirus on your system. {I realize that this is a religious argument and I will say no more}.  With that said, the general concensus is that Norton AV is terrible. It is intrusive and uses up a lot of cycles.
    There are a lot of better AV clients out there.  I use ClamXav which is free and uses the clamav antivirus that is open source. 

  • HT5654 I have the lastest itunes software but I'm trying to restore a backup onto the new iphone 5s and I get an error message and cannot restore? Any advice

    I have the lastest itunes software but I'm trying to restore a backup onto the new iphone 5s and I get an error message and cannot restore? Any advice

    If iTunes is otherwise working properly start with TS1538: iOS: Device not recognized in iTunes for Windows, in particular section 5, otherwise move on to Troubleshooting issues with iTunes for Windows updates.
    tt2

Maybe you are looking for

  • Label printing on ZEBRA printer TLP2844 with smartform

    Hi Gurus, Requirement: Print label on Zebra printer with smartform 1. i have created a smartform with desired layout 2. and trying to print on Zebra printer Questions: 1. smartform is not printing on zebra printer 2. suggest me if there are any ways

  • IOS 4.3.1 battery drain on iPhone

    I have been wrestling with trying to find out what is causing my faster than normal battery drain issues since upgrading to 4.3.1 on iPhone. I thought I had it nailed when I discovered Skype was running in background. I have since deleted the Skype a

  • Photoshop Elements 4.0 program error

    I have a macbook pro, OS X (10.4.11) with iPhoto 6. I installed PSE 4.0 last night and was able to edit my photos via the option for the "external editor" (right click). Fine. I tried to SAVE the edit in PSE and get a pop-up window saying: "Could not

  • How Do I drop a schema in MaxDB

    Hi all I have a problem during system copy of SAP ECC 6.0 SR3 (linux and MaxDb). Export went just fine and I am on importing step now (via SAPinst --> System Copy). I have not choosen "Database specific tool", I have choosen export/import. Also I hav

  • Attempting to share keyword files in Bridge

    I am trying to share keywords among users on a MAC. I have exported teh keyword list from one machince and imported into another. The seondary user is unable to search using imported keywords. Only a partial group og images comes up. It is not findin