How to undo a delete operation in SQL Server 2005?

后端 未结 6 1584
轮回少年
轮回少年 2020-12-11 10:13

Our Test DB is suddenly missing rows. We want them back.

Is there a way to sift through everything that has happened to the database today? Each SQL statement? I pre

6条回答
  •  春和景丽
    2020-12-11 10:56

    As stated here

    The SQL Database Recovery Tool Repairs utility also recovers deleted table records from corrupt SQL database. You can restore all your deleted records without affecting the existing table data and original hierarchy. It also allows saving the recovered data in a newly created table, below the original table. This helps in differentiating between recovered deleted records in the new table and original table.

提交回复
热议问题