如何查看 SQL Server 2005 事务日志文件
如何查看 SQL Server 事务日志文件 (.trn)?
我希望能够查看 trn 文件内的各个交易。一些记录被从数据库中删除,我需要知道何时、如何以及由谁删除。
谢谢 尼尔
编辑:我有删除前后的 .bak 文件,以及删除期间的 .trn 文件。
编辑(2010-11-16):在这里详细讨论: http://www.sqlservercentral.com/Forums/Topic1019240-357-1.aspx
How can I view the SQL Server Transaction Log File (.trn)?
I'd like to be able to look inside the trn file at the individual transactions. Some records were deleted from a database and I need to know when, how and by who.
Thanks
Neal
Edit: I have .bak files from before and after the deletion, and .trn files from during.
Edit (2010-11-16): Discussed at length here:
http://www.sqlservercentral.com/Forums/Topic1019240-357-1.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是虚拟表过来的日志
Is a virtual table over the log
使用此命令:
有关更多信息,请参阅此链接:如何解码事务日志中的简单条目
Use this command :
And for more information see this link : How Do You Decode A Simple Entry in the Transaction Log