SQL Server - 日志备份中有什么?
所以我注意到我的一个日志备份比正常备份大 1000 倍左右。我想看看里面有什么。我可以用什么东西来阅读它吗?
谢谢!
So I noticed that one of my log backups is about 1000x larger than normal. I'd like to see what is in there. Is there something I can use to read it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第三方工具
http://www.red-gate.com/products/SQL_Log_Rescue /index.htm(免费,但仅限 SQL2000 - 您无需指定版本)
http: //www.apexsql.com/sql_tools_log.asp(虽然它似乎有试用版,但价格相当昂贵。我不确定这可能有什么限制。)
我想您是否那么好奇并且还没有'如果有 999 美元的闲置资金,您可以使用备份来恢复数据库的相关 2 个副本,然后在 2 个版本之间进行数据比较。
Third party tools
http://www.red-gate.com/products/SQL_Log_Rescue/index.htm (Free but SQL2000 only - You don't state a version)
http://www.apexsql.com/sql_tools_log.asp (Quite pricy though it seems to have a trial version. I'm not sure what limitations this might have.)
I guess if you're that curious and haven't got a spare $999 you could use the backups to restore the relevant 2 copies of the database then do a data compare between the 2 versions.