• PaulB-TheOneAndOnly (10/15/2010)


    Steve Jones - SSC Editor (10/15/2010)


    I would have thought so, but if people entered data in a new system, you can't restore without losing that data. So you need to migrate backwards the data.

    or... you can perhaps

    1- Detach affected database

    2- Move affected database datafiles to a different location

    3- Attach affected database as bad_db

    4- Restore db point-in-time until the moment of the tragic event.

    5- Add "good" data from bad_db into restored db

    Isn't that another way of saying the same thing?