Retrieving the latest query/Record in DB

  • Accidently, i have deleted a record from Application and the same is deleted from DB..

    But unfortunately, i have no good idea of the DB(ER DIAGRAM).

    Is there anyway that i can retrieve the deleted record.

    Regards,

    SQL SERVER

  • sridhar.tondapi (3/16/2009)


    Accidently, i have deleted a record from Application and the same is deleted from DB..

    But unfortunately, i have no good idea of the DB(ER DIAGRAM).

    Is there anyway that i can retrieve the deleted record.

    Regards,

    SQL SERVER

    u can use transaction log reader....APex sql is one of them

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • Without a log reader, and depending on the backup plan you may not have that row in the transaction log anymore, you would need to restore the database to a point in time prior to the delete. I would do this to an new database and then insert the incorrectly deleted row back into the production database from the restored database.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply