Intersals Viewer for SQL Server有助于说服我使用它? [英] What are the helpful cases of Internals Viewer for SQL Server to convince me to use it?

查看:121
本文介绍了Intersals Viewer for SQL Server有助于说服我使用它?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很怀疑我是否应该花时间安装,研究和使用SQL Server的内部查看器

说服我将其用于SQL Server线程调优,故障排除或数据库设计的最有用的实际用途是什么?

解决方案

功能列表在您提供的链接上。




  • 分配地图

    • 显示表和索引的实际布局

    • 显示PFS状态

    • 在缓冲池中叠加页面


  • 页面查看器

    • 显示包括转发记录和稀疏列的数据页

    • 显示索引页

    • 显示分配页面(IAM,GAM,SGAM,DCM和BCM页面)

    • 显示带有SQL Server 2008行和页面压缩的页面




如果您对这些区域感兴趣,那么在我看来,它会在$ code> DBCC PAGE 中崩溃。



您可能希望使用的一些示例是




  • 查看每个数据页获取的行数

  • 查看索引的结构。

  • 了解行更新,删除或插入时会发生什么。


I am in doubt whether I should spend time for installing, studying and using "Internals Viewer for SQL Server"
What are the most helpful practical uses to convince me to use it for SQL Server perforamnce tuning, troubleshooting or database design?

解决方案

The feature list is on the link you gave.

  • Allocation Map
    • Displays the physical layout of tables and indexes
    • Displays PFS status
    • Overlay pages in the Buffer Pool
  • Page Viewer
    • Displays Data pages including forwarding records and sparse columns
    • Displays Index pages
    • Displays allocation pages (IAM, GAM, SGAM, DCM, and BCM pages)
    • Displays pages with SQL Server 2008 row and page compression

If you are interested in these areas then it beats messing around with DBCC PAGE in my opinion.

A few examples of why you might want to use it are

  • Looking at the number of rows you are getting per data page.
  • Looking at the structure of indexes.
  • Understanding what happens when rows get updated, deleted, or inserted.

这篇关于Intersals Viewer for SQL Server有助于说服我使用它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆