How to recover deleted rows from SQL server table?

前端 未结 4 1477
深忆病人
深忆病人 2020-11-30 10:06

I accidentaly ran a DELETE command against a table with a wrong WHERE clause.

I am using SQL Server 2005.

Is there a way that could help me recover the lost

4条回答
  •  爱一瞬间的悲伤
    2020-11-30 10:36

    It is possible using Apex Recovery Tool,i have successfully recovered my table rows which i accidentally deleted

    if you download the trial version it will recover only 10th row

    check here http://www.apexsql.com/sql_tools_log.aspx

提交回复
热议问题