DPM2010: lost a VM, how to get back SQL data?

I had a virtual machine with a SQL database that was getting backed up by DPM.  The VM has been destroyed and I would like to restore the SQL database to another system (I can create a new VM for the original system if necessary).  When I go to
Recovery and navigate to the original server and database, as soon as I select the database the Recoverable Data tree collapses and takes me back to the root.
How can I recover/restore the database for this lost system?

if you  mount the VHD file, can you see the MDF and LDF files ? if Yes how about copy these files and attache them in SQL server
Islam Gomaa Microsoft MVP | System Center Data Protection Manager email: Islam @ Islam Gomaa.com Blog: http://owsug.ca/blogs/IslamGomaa Website: www.islamGomaa.com

Similar Messages

  • Hi guys.. anyone can help me? I lost my iphone, how to get back all the data is there?

    I lost my iphone, how to get back all the data is there?

    Thank you for explain kappy..
    how if I want to get my skype message? is it can ? help me..

  • How to get backed up data in iphone3gs when the phone is disabled

    how to get backed up data in iphone3gs when the phone is disabled

    can someone help? this is shaking my trust in icloud backups.
    i am on iOS 6.1.

  • I have restored my iphone 5c from anyone's itunes data and my all data is overwrited by her data and i have lost my contacts also so please tell me how to get back my data

    how to get back data lost by restoring from anyone's itunes

    If you did not back it up anywhere first, there is nothing to restore, I am sorry to say.

  • How to get back the data from 'AddressBook.data.previous' ?

    Hi! First of all: After using iSync all my address book data were duplicated, and I deleted all duplicated data manually. Then, I resetted the iSync data under 'Advanced' in '.Mac Sync Preferences'. Unfortunately, iSync deleted all my AddressBook data. I found a file named 'AddressBook.data.previous' and another file named 'AddressBook.data.beforesave' in my 'home folder/Library/Application Support/AddressBook'. Looking carefully into that file, I saw all the data I lost before in it! - Thus, how can I restore that data back into my AddressBook now? Does anyone knows some help for me? Thank you for answering! - Greetings, Gisela

    Welcome to Apple Discussions.
    You only have a very limited opportunity to recover your data this way. You should make sure that the Address Book application is not running, then drag the AddressBook.data file to your desktop or to the trash. Duplicate the AddressBook.data .previous file, and rename it AddressBook.data by removing the trailing <.previous> string. Then, launch the Address Book.
    The application will read the contents of this renamed file, and display your contact records. You should regularly back up your contact records using the built-in Back up Address Book… option under its File menu. A similar option is available in iCal.

  • 0HR_PT_2 How to get back historical data for new report time type

    Hi All Expert,
    We have implemented and using the 0HR_PT_2 extractor for the past whole year. The Delta is working. Recently, there is requirement to read more data from the ZL custer table, and more new BW Report Time Types are added to extract such data.
    The delta doesn't pick up the the past whole year data of the new report time type that we added.
    Do we need to re-initialize the load to get back those historical data every time when we add a new report time type?
    Please advice and Thx
    Ken
    Edited by: Ken Hong on Feb 27, 2008 9:24 PM
    Edited by: Ken Hong on Feb 27, 2008 9:25 PM

    P.s, all hidden files are shown in es file explorer as this backup folder was hidden originally. It has a '.' in front. So I'm pretty sure the folder it's gone, but as I've not erased my phone again, shouldn't the folder be somewhere in my SD card still and how can I find it using my Mac?

  • How to get back WhatsApp data after hard reset. Backup disappeared

    So after suffering phone issues for months but being a new mum and having no time to reset my phone to factory default, so I could send it away, I finally last night thought I'd backed up everything, ready to reset!
    All my photos and videos are on google cloud and my 64gb SD card too. I'd backed up my SMS with an app and backed up all app data to Google. I'd also used the Sony backup/restore app to backup all my apps and I thought I'd backed up WhatsApp in its settings/chats/backup.
    I know WhatsApp makes a backup at 4am every night in case you reinstall it and so I thought I was fool proofed and reset/erased internal memory.
    On reinstaling, Google automatically started downloading apps again, which I didn't get, as I thought my backup from the Sony phone app would restore everything so i cancelled that.
    WhatsApp hadn't installed yet so I installed it from the play store and it said it could restore my data, so I said yes! BUT it restored a backup from June 26th 2015, not from the last day as I'd have thought from 4am backups!
    So I uninstalled WhatsApp and went to restore from the app backup file, which I could see had a backup of WhatsApp from 1st August 2015. Prob was it kept crashing on restoring the opera browser. It completed once but WhatsApp hadn't installed. So I ran it over and over. It still crashed on Opera.
    So I used Es file explorer to unhide files and found the Backup on my SD card with 1st August and inside could see WhatsApp. I cut the opera backup file from the back up folder and pasted it somewhere safe to see if the restore would not run. But when I went back to the Backup/restore app and clicked restore, my 1st August back up folder had disappeared! I went back to Es file explorer and sure enough, the folder was gone from the apps backup folders!
    It isn't in any recycle bin and now I think I've lost a month's worth of WhatsApp messages, which are really important to me! When I get chance, I'm going to put the SD card in my Mac and see if I can find the file there but has anyone got any advice on why the folder disappeared, when I only cut the opera backup from the folder?

    P.s, all hidden files are shown in es file explorer as this backup folder was hidden originally. It has a '.' in front. So I'm pretty sure the folder it's gone, but as I've not erased my phone again, shouldn't the folder be somewhere in my SD card still and how can I find it using my Mac?

  • How to get back deleted data logically

    Hi
    Friends
    Once again need your guidance to solve my this problem.
    If I have deleted data and commited.Now I want to bring that data back.
    How m I to do this.I want to do it logically.
    Pls help me.Is there any thirdparty software to do it logically if yes thwn what its name
    Hope to hear soon
    Regrds,
    Chandrima Roy

    There are number of ways to recover from such user erros:
    1). RMAN incomplete recovery, if you have proper backups and redo logs to recover until the time just before the user error happened.
    http://www.kods.net/use-rman-based-incomplete-recovery-time/
    2). Flash back query, if UNDO is being managed properly.
    http://www.orafaq.com/node/50
    3). Flashback database if set to ON and flashback logs are being written.
    http://www.oracle-base.com/articles/10g/Flashback10g.php#flashback_database
    4). Last but not the least, Oracle LogMiner, required minimal setup i.e. db should be in Archive Log Mode.
    For Oracle 10g:
    http://www.oracleflash.com/25/Using-Oracle-LogMiner-to-undo-incorrectly-committed-changes.html
    For Oracle 11g:
    http://www.oracleflash.com/31/Oracle-11g-DBMS_FLASHBACK-TRANSACTION_BACKOUT.html
    http://www.oracleflash.com/30/Oracle-11g-Flashback-Transaction-in-OEM-LogMiner-Interface.html

  • How to get back truncated data

    Hi,
    I have below scenario, May be a basic scenario,
    select * from emp; --> assuming that returns 14 rows.
    Truncate table emp;
    select * from emp; -- will return zero rows as expected
    <<some operation that will give all my rows back>>>
    select * from emp; -- should give me 14 rows backThanks for your help,,,

    There are lot of ifs and buts about your question. At least your database version and log_mode.v$database is required to suggest any possible method.
    However, This is a test case about log-miner (What Sybrand has suggested to you).
    My test database is not in ARCHIVELOG mode. So
    C:\Documents and Settings\Administrator>sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Nov 18 13:52:32 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> conn / as sysdba
    Connected.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  285212672 bytes
    Fixed Size                  1287016 bytes
    Variable Size             109055128 bytes
    Database Buffers          171966464 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    SQL> alter database archivelog
      2  ;
    Database altered.
    SQL> alter database open
      2  ;
    Database altered.
    SQL> SELECT log_mode FROM v$database;
    LOG_MODE
    ARCHIVELOG
    SQL>By the way in my version once the recovery has failed until I have used:
    SQL> ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    Database altered.Now the main part:
    SQL> conn hr@xe
    Enter password: **
    Connected.
    SQL> drop table emp_test_logminer purge;
    Table dropped.
    SQL> CREATE TABLE emp_test_logminer AS SELECT * FROM emp;
    Table created.
    SQL> SELECT COUNT(*) FROM emp_test_logminer;
      COUNT(*)
            14
    SQL> TRUNCATE TABLE emp_test_logminer;
    Table truncated.
    SQL> SELECT COUNT(*) FROM emp_test_logminer;
      COUNT(*)
             0
    SQL> conn sys@xe as sysdba
    Enter password: ******
    Connected.
    SQL>   BEGIN
      2        DBMS_LOGMNR.START_LOGMNR (
      3              starttime => '18-NOV-2010 14:40:00',
      4              endtime   => '18-NOV-2010 14:45:00',
      5              options   => dbms_logmnr.DICT_FROM_ONLINE_CATALOG+
      6                           dbms_logmnr.continuous_mine +
      7                           dbms_logmnr.no_sql_delimiter +
      8                           dbms_logmnr.print_pretty_sql
      9                                     );
    10    END;
    11  /
      BEGIN
    ERROR at line 1:
    ORA-01830: date format picture ends before converting entire input string
    ORA-06512: at line 2
    SQL> ALTER SESSION SET nls_date_format='DD-MON-RRRR hh24:mi:ss';
    Session altered.
    SQL> BEGIN
      2      DBMS_LOGMNR.START_LOGMNR (
      3            starttime => '18-NOV-2010 14:40:00',
      4            endtime   => '18-NOV-2010 14:45:00',
      5            options   => dbms_logmnr.DICT_FROM_ONLINE_CATALOG+
      6                         dbms_logmnr.continuous_mine +
      7                         dbms_logmnr.no_sql_delimiter +
      8                         dbms_logmnr.print_pretty_sql
      9                                   );
    10  END;
    11  /
    PL/SQL procedure successfully completed.
    SQL> SELECT scn , sql_redo , sql_undo from v$logmnr_contents
      2  WHERE username = 'HR'
      3  AND   seg_name = 'EMP_TEST_LOGMINER';
           SCN SQL_REDO                            SQL_UNDO
      23190408 drop table emp_test_logminer purge
      23190684 CREATE TABLE emp_test_logminer AS S
               ELECT * FROM emp
      23190689 insert into "HR"."EMP_TEST_LOGMINER delete from "HR"."EMP_TEST_LOGMINER
                values                              where
                   "EMPNO" = 7839,                     "EMPNO" = 7839 and
                   "ENAME" = 'KING',                   "ENAME" = 'KING' and
                   "JOB" = 'PRESIDENT',                "JOB" = 'PRESIDENT' and
                   "MGR" IS NULL,                      "MGR" IS NULL and
                   "HIREDATE" = TO_DATE('17-NOV-19     "HIREDATE" = TO_DATE('17-NOV-19
               81 00:00:00', 'DD-MON-RRRR hh24:mi: 81 00:00:00', 'DD-MON-RRRR hh24:mi:
               ss'),                               ss') and
                   "SAL" = 5000,                       "SAL" = 5000 and
                   "COMM" IS NULL,                     "COMM" IS NULL and
                   "DEPTNO" = 10                       "DEPTNO" = 10 and
                                                       ROWID = 'AAAFRsAABAAAMFKAAA'
    .................................................................................................So all the 14 rows are there. You can now recover from this.

  • How to get back music lost while syncing to itunes?

    how to get back music lost while syncing to itunes?

    If the music you lost during the sync process is no longer on the iPod, in your iTunes library, or in a backup elsewhere, I'm afraid you are out of luck.
    You may be able to redownload any lost purchases via iCloud (pending you live in a country where iCloud has gone live).
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    B-rock

  • Lost my iPod and don't know how to get back my photos

    I lost my iPod touch 5th generation and don't know how to get back my photos.  It is running iOS 8.1.
    Please Help!!!!!!!!!!!!!!

    Get them back from where?
    They will only be where you put them.
    If you used photo stream, then look for them there.
    If you imported them to your computer, then they will be there.
    If you did not put them anywhere but your iPhone, then they are gone.
    Sorry

  • When i update my IOS7 i lost my all pic from my IPAD2 how to get back those pic? and i don,t think so i did kept back up before i did that. can anyone help me for this issue?

    When i update my IOS7 i lost my all pic from my IPAD2 can anyone suggest how to get back those pic? and i don,t think so i did kept back up before i update ios7. can anyone help me for this issue?

    The photo's in your camera roll would be in a backup, if you have one (iCloud or iTunes).  If you did not keep a backup somewhere, they are gone.  Sorry, but that is the way of any data - if you don't have a backup of it somewhere, there is nothing to restore it from.
    All other photo's should be on your computer somewhere anyway - whereever you had them to sync to the device originally.

  • Lost built in font. how to get back?

    how to get back my fonts into font book. myanmar fonts, thai fonts, including built in fonts lost a lots.

    It is not very likely that you have totally lost these fonts, unless you have deliberately removed them.
    Are you really not able to read these pages?
    http://my.wikipedia.org/wiki/မြန်မာဘာသာစကား
    http://th.wikipedia.org/wiki/ภาษาพม่า

  • I lost my iPad 3days ago. I tried to use "find my iPad" but always"off line"Idon't understand why always"off line" and  how Ican get back my iPad!

    I lost my iPad 3days ago. I tried to use ”find my iPad” but always”off line”Idon't understand why always”off line” and  how Ican get back my iPad!

    Two possibilities:
    1. Maybe it's not turned on.
    2. Maybe the iPad is wiped (setup as new)

  • My application lost from my home screen, So how i get back?

    My application lost from my home screen, So how i get back?

    darwindd89 wrote:
    My application lost from my home screen, So how i get back?
    Lost Icons
    Check in All Folders and on All Pages/Screens...
    Check in Restrictions...
    Settings > General > Restrictions
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213
    If no joy...
    Settings > General > Reset > Reset Home Screen

Maybe you are looking for

  • How to block a number(calls and texts) on kids phone

    i need to block a number from my daughters phone. can't seem to find where or how to enter the number.

  • Can I format my time capsule 2TB to ntfs to use it on a PC and mac as an online HHD?

    Hi, I wave a 2TB Time Capsule and a net of 4 macs and 1 PC I need to use the Time Capsule as an online HHD but it is on fat 32 format, its any  way to re format the disc to ntfs to can save files larger than 4GB? and still use the Time Machine functi

  • Spring MVC on weblogic

    Hii Frnds I have earlier developed struts application in weblogic 8. Now i intend to develop a application on Spring MVC framework, and i want to use Weblogic as my application server. But i am not getting any good examples to get started with. Can a

  • Condition PR00 not appeared in customized pricing procedure

    Hi Gurus I have customized Pricing Procedure RVAA01 to ZVAA01. ZVAA01 is already consists of PR00 & PB00 condition types. I have also maintained the condition record (VK11) for the sales orgDist. ch material+customer combination. But Billing doesn't

  • About Numbers and margins

    Hello I'm using the Numbers's french version. When I open the Inspector of sheets and set every margins, header and footer to zero, the document is built with a margin of 0.5 cm on each side. It's a bit surprising because the Inspector doesn't reflec