下载地址:
http://www.yohz.com/product_qat.html

Query Analyzer Tool (QAT) functions similarly to the standard SQL Server Query Analyzer application. The main feature of QAT is that it allows you to view plans in a hierarchical tree and save them for future reference.

It is often the case that when you are analyzing the execution plans of a complex query, the graphical plan in Query Analyzer becomes unusable due to its size, unless you have a very large display. QAT displays plans in a hierarchical tree, and highlights immediately the 5 most costly processes. In addition, you can save the plan and compare them with the plans of other queries later.

QAT has other features that aim to assist you in writing/optimizing SQL queries, among them:

  • An index analysis screen that displays all the indexes of a table and allows you to quickly see what columns are indexed, and in which index they are in.
  • A simple SQL parser to determine what tables are used in a query and the number of rows in each table.
  • An editor that allows you to place up to 10 bookmarks, and quickly jump to individual bookmarks using keyboard shortcuts.
  • An editor that locates matching braces. Just place your cursor before an opening or closing brace, hit F4, and QAT will move the cursor to the corresponding closing or opening brace.
  • A results panel that allows you to export most data to Excel files, comma delimited files or plain text files.
  • A results panel that allows you to sort most columns locally, without having you to submit the query again to the server with an ORDER BY column
  • A columns panel that lists out all columns returned by the query and their data type.
  • A results comparison feature that can highlight the differences between two result sets.
  • A simple object browser for tables and views. Displays number of rows, size and columns of tables/views.

一款MS SQL查询分析工具(1.3M)相关推荐

  1. mysql 查询分析工具下载_SQL分析工具下载-SQL查询工具(DB Solo)下载v5.2.5官方版-西西软件下载...

    DB Solo是一款完美的数据库查询分析工具.软件优秀跨平台SQL查询功能,支持所有主要DBMS产品:主要用于POJO的J2EE代码生成器,EJB 3.0批注,使用DAO  模式的JDBC持久层,JU ...

  2. mysql慢查询分析工具和分析方法

    1.mysql慢查询分析工具 1.参考文档: http://www.ttlsa.com/mysql/analyse-slow-query-log-using-anemometer/ http://is ...

  3. mysql的查询分析工具下载_万能数据库查询分析器(ODBC数据库查询分析工具)V7.03 最新版...

    万能数据库查询分析器(ODBC数据库查询分析工具)是一款功能强大,性能良好的数据库查询辅助工具,对开发人员来说是一款省时省力的数据库分析工具. 功能特点: 可以通过它查询ODBC数据源(包括世面上所有 ...

  4. 【性能优化】MySQL常用慢查询分析工具

    常用慢查询分析工具 引言 在日常的业务开发中 MySQL 出现慢查询是很常见的 大部分情况下会分为两种情况 1.业务增长太快 2.要么就是SQL 写的太xx了 所以 对慢查询 SQL 进行分析和优化很 ...

  5. sonar是一款静态代码质量分析工具

    sonar介绍 sonar是一款静态代码质量分析工具,支持Java.Python.PHP.JavaScript.CSS等25种以上的语言: 而且能够集成在IDE.Jenkins.Git等服务中,方便随 ...

  6. mysql 查询分析器_mysql查询分析工具|mysql查询分析器(MySQL Query Browser)下载v1.1.20 官方版_ IT猫扑网...

    mysql查询分析器又名为mysqlquerybrowser,是一款可以帮助用户快捷进行sql语句查询的工具,让你在编程的过程中更加方便的进行工作.有需要的朋友就来IT猫扑下载吧! MySQL Que ...

  7. 三款“非主流”日志查询分析产品初探

    前言 近些年在开源领域,用于构建日志系统的软件有两类典型: Elasticsearch:基于 Lucene 构建倒排索引提供搜索功能,DocValue 存储支持了其统计分析能力. Clickhouse ...

  8. mysql慢查询分析工具_mysql慢查询日志分析工具

    启用 slow log 有两种启用方式:1, 在my.cnf 里 通过 log-slow-queries[=file_name] 2, 在mysqld进程启动时,指定--log-slow-querie ...

  9. soar mysql_小米开源的数据库SQL性能分析工具SOAR,windows版安装使用

    SOAR SOAR(SQL Optimizer And Rewriter)是一个对SQL进行优化和改写的自动化工具. 由小米人工智能与云平台的数据库团队开发与维护. 功能特点跨平台支持(支持Linux ...

最新文章

  1. centos 学习日记 文件默认权限:umaks
  2. 抓包工具 tcpdump 用法说明
  3. ES _source字段介绍——json文档,去掉的话无法更新部分文档,最重要的是无法reindex...
  4. 成功解决numpy.ndarray格式类型转数据为list格式数据带有中括号(一行代码搞定!)
  5. c语言Winmain 错误,C语言编译错误 undefined reference to `WinMain@16'
  6. xml02 XML编程(CRUD)增删查改
  7. maven jacoco_使用JaCoCo Maven插件为单元和集成测试创建代码覆盖率报告
  8. java setstate,5.state更新流程(setState里到底发生了什么)
  9. 解决客户端Redis中文乱码问题
  10. VS2005无法打开网站
  11. java程序设计实验结论_实验报告三
  12. 浏览器兼容性-JS篇
  13. 代码精进之代码规范(二)
  14. jar包运行utf-8格式
  15. php电商数据库设计,电商平台促销活动数据库设计
  16. ie select option css,ie浏览器不支持select option italic
  17. 权变理论计算机管理理论,权变理论是什么意思?权变管理理论的介绍与应用
  18. 2020-09-15,小米笔试,java
  19. 2013年最后的收成:avalon1.0正式发布
  20. 石器时代服务器端支持WIN10,经典石器时代v9.0端(XP.WIN7)架设成功+客户端+架设录像...

热门文章

  1. 【Nginx】Nginx文件服务器搭建
  2. cad中lisp文件给恶作剧_[软件心得]我用的CAD,LISP加载文件
  3. 诱导性多潜能干细胞(iPS cells) 现状及前景展望
  4. 抖音取图表情包小程序源码+创作者入驻+流量主
  5. sklearn学习笔记3:降维算法
  6. 回忆 | 奔跑在昔日
  7. CCTV曝光百度 凤巢系统的六大谎言
  8. 井里有一只蜗牛,他白天往上爬5米,晚上掉3.5 米,井深56.7米,计算蜗牛需要多少天才能从井底到爬出来
  9. 2016新疆教师计算机等级考试,2019年11月7日的新疆中小学教师计算机等级..._教师资格考试_帮考网...
  10. 光脚丫思考Vue3与实战:第05章 计算属性和侦听器 第03节 计算属性的其他玩法