开发者

What are the helpful cases of Internals Viewer for SQL Server to convince me to use it?

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 desi开发者_如何学Cgn?


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.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜