如何确定我的表已在 sql server 中更新
我在sql server 2005中有一个表。昨天对该表执行了更新,然后更新回原始记录。
现在我想知道更新后的值是什么。至少我想知道它是否真的更新了。
有什么办法可以确定我想要从事务日志中得到什么?
谢谢。
I have a table in sql server 2005. Yesterday an update was performed on the table and then updated back to the origional record.
Now i want to figure out what the updated values was. At least i want to learn if it was really updated or not.
Is there someway to determine what i want from the transaction logs?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个未记录的命令:
并阅读以下内容: 寻找 SQL事务日志文件查看器
There is an undocumented command:
And read this: Looking for a SQL Transaction Log file viewer