Looking for a SQL Transaction Log file viewer(寻找 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 事务日志文件查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:寻找 SQL 事务日志文件查看器


基础教程推荐
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01