Home > Database > Mysql Tutorial > body text

Sqlserver表数据误删除后的恢复

WBOY
Release: 2016-06-07 15:33:46
Original
1506 people have browsed it

刚刚写完关于oracle的闪回技术,行业群内的一个朋友告诉我,sqlserver也是可以 恢复 的。无论是用delete,还是truncate.并且发给我一个工具叫: Log Explorer for SQL Serverv. 要使用log Exploer,有个前堤, 数据 库故障还原模型必须为:完全. 中午没事测试了

刚刚写完>,行业群内的一个朋友告诉我,sqlserver也是可以恢复的。无论是用delete,还是truncate.并且发给我一个工具叫:

Log Explorer for SQL Serverv.

要使用log Exploer,有个前堤,数据库故障还原模型必须为:完全.

 Sqlserver表数据误删除后的恢复

   中午没事测试了一下。把log文件备份下来,将数据库表的数据删除一些后。

进入log explorer.

注意:

LogExplore不支持直接修改数据库.他可以生成事物的逆操作脚本。

通过Undo user Tranactions或redo user Transactions就可以达到数据库的恢复工作.

   Sqlserver表数据误删除后的恢复

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template