sql server drop table recovery

E-mail:chf.dba@gmail.com

Title: sql server drop table recovery

Author: DATABASE SOS©All rights reserved [without my consent, it may not be reproduced in any form, otherwise there is the right to further legal responsibility.]

A customer found us. Due to improper operation, the drop table statement that should be executed on the standby database was placed on the production library to execute, resulting in the entire production table being droped.
20200416220255


By letting the customer provide relevant data files for analysis and recovery, the recovery effect is very good because the customer does not perform other operations after deleting the table.
20200416215043


20200416220601


If a sql server database is misused (drop, truncate, delete table, etc.), write operations should be avoided as soon as possible, such as: copying data files offline, stopping all database operations, etc. to prevent overwriting due to further writes, thus Make the recovery effect not good. If there is a recovery need, you can contact us:chf.dba@mail.com

SQL Server drop table Recovery

E-mail:chf.dba@gmail.com

Title: SQL Server drop table Recovery

Author: DATABASE SOS©All rights reserved [without my consent, it may not be reproduced in any form, otherwise there is the right to further legal responsibility.]

The sql server drop table is essentially the data on the disk.It can still be recovered like Oracle through the underlying technology.
20191119140232


Backup table data for deleting before and after comparison
20191119140425


Delete table data
20191119140447


We restore the data (you can restore the table structure and table data)
20191119140606
20191119140638


Compare data before and after recovery
20191119141717


Through comparison, we found that we achieve perfect recovery of drop table data.
When your SQL Server database loses data due to misoperation and cannot be resolved by yourself, please contact us to provide professional SQL Server database recovery technical support
E-Mail:chf.dba@gmail.com