且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何恢复已删除的记录。

更新时间:2022-11-03 08:31:53

参见在其中 [ ^ ]。它看起来很熟悉吗? : - )
See here[^]. Does it look familiar? :-)


这个帖子差不多4年了,但我留下我的评论给那些会发现这个麻烦的人。有一种方法可以使用事务日志和LSN(日志序列号)来恢复丢失的数据。知道失败时的日期和时间也会很好。您需要执行许多步骤。请告诉您详细信息 http://sqlbak.com/blog/recover-deleted -data-in-sql-server / 希望是有用的
This thread is almost 4 years old, but i leave my comment for those who will find this thread with such a trouble. There is a way to recover missing data by using Transaction Logs and LSNs (Log Sequence Numbers). It would be good also to know date and time when happened a lose. There are many steps which you need to do. Just give you a reference where are details http://sqlbak.com/blog/recover-deleted-data-in-sql-server/Hope would be useful