本文介绍了.ldf文件保存失败的插入行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法恢复由于''无法插入重复的标识列''错误而未插入指定表的行。

我可以从日志文件中恢复这些行.ldf 。



使用的工具:Sql Server 2008,带恢复模型的数据库:完整

Is there any way to recover rows which had not been inserted into a specified table due to ''Cannot insert duplicate identity column'' error.
Can I recover these rows from log file .ldf.

Tools used: Sql Server 2008, DB with Recovery Model: Full

推荐答案


这篇关于.ldf文件保存失败的插入行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 23:48