• Anshul Parmar (4/1/2015)


    Hi Guys,

    I've to recover data for a single table from a database backup. I could not restore full database as it is very large (~900GB).

    Please suggest what would be the best and fastest approach to recover this single table from backup.

    Thanks in advance.

    If you can't restore the database, then you'll need a third party bit of software to read from the backup. I don't have any recommendations there, though.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)