寻找 SQL 事务日志文件查看器

Looking for a SQL Transaction Log file viewer(寻找 SQL 事务日志文件查看器)
本文介绍了寻找 SQL 事务日志文件查看器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果你们中有人使用过很酷的工具来查看/查询 SQL 事务日志,请告诉我.这应该显示所有提交或回滚的事务性 sql 语句.

对于数据库文件,如果它有一些额外的图形功能,比如显示索引的内部二叉树结构,那会很棒,但我想我要求太多了吧..

解决方案

这仅适用于 SQL Server 2000 但 RedGate 生产了一个名为 SQL 日志救援.否则,对于 SQL Server 2005 ApexSQLLog 来自 ApexSQL 是我所知道的唯一其他产品

If any of you have worked with a cool tool for viewing/querying the SQL Transaction logs, please let me know. This should show all the transactional sql statements which are committed or rolled back.

For Database files, if it has some additional graphical capabilities like showing the internal Binary Tree structure of the indexes, that will be awesome but I guess I am asking for too much huh..

解决方案

This is only relevant if you're talking SQL Server 2000 but RedGate produced a free tool called SQL Log Rescue. Otherwise, for SQL Server 2005 ApexSQLLog from ApexSQL is the only other product I'm aware of

这篇关于寻找 SQL 事务日志文件查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)