SlideShare a Scribd company logo
+

SQL Server Internals Viewer
XXXIX ENCONTRO DA COMUNIDADE SQLPORT
+

About


Open source project.



A tool for looking into the SQL Server storage engine.



Shows how the data is physically allocated, organized and
stored.



Available for SSMS 2005, 2008 and 2008 R2.
+

SSMS Add-In
 Integration

with SSMS (SQL Server Management

Studio):


The application is installed as a SSMS add-in.



Internals information integrated into the Object Explorer.



Transaction Log viewer integrated into the Query Results.



Allocation Map.



Displays the physical layout of tables and indexes.



Displays PFS status.



Overlay pages in the Buffer Pool.



Page Viewer.
+

SSMS Add-In
 Integration

with SSMS (SQL Server Management

Studio):


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 both row and page compression
+

SSMS Add-In
+

Download


Can be downloaded at:


http://intview2.codeplex.com/
+

Refresh…

Page 0: Header.
Page 1: The first Page Free Space (PFS).
Page 2: The first Global Allocation Map (GAM).
Page 3: The first Shared GAM (SGAM)
Page 4: Unused in 2005+
Page 5: Unused in 2005+
Page 6: The first DIFF map page
Page 7: The first Minimally Logged MAP (ML).
DEMO

More Related Content

PDF
Exchanging the Status between Clients of Geospatial Web Services and GIS appl...
DOCX
Public Library System
PPTX
Data services
DOCX
Microsoft gets a life on sql and power bi
PPTX
SQLUG MSBUILD SSRS Deployments
PPT
Aqua presentation
DOCX
William Lu
PPTX
Professional Recycling - SSIS Custom Control Flow Components With Visual Stud...
Exchanging the Status between Clients of Geospatial Web Services and GIS appl...
Public Library System
Data services
Microsoft gets a life on sql and power bi
SQLUG MSBUILD SSRS Deployments
Aqua presentation
William Lu
Professional Recycling - SSIS Custom Control Flow Components With Visual Stud...

Viewers also liked (7)

PPTX
VLDB Administration Strategies
PPT
WFCI Storage Introduction
PDF
Viabilidade em cluster de alto desempenho
PDF
Super hybrid2016 tdc
PPTX
24HOP Session - Database Administration Strategies
PDF
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
PDF
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
VLDB Administration Strategies
WFCI Storage Introduction
Viabilidade em cluster de alto desempenho
Super hybrid2016 tdc
24HOP Session - Database Administration Strategies
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Ad

Similar to SQL Server Internals Viewer Lightning Talk (20)

PPTX
Managing SQLserver for the reluctant DBA
PDF
SQLServer Database Structures
PPT
Managing SQLserver
PDF
Discovering the plan cache (sql sat175)
PPTX
Physical architecture of sql server
PDF
MS-SQL SERVER ARCHITECTURE
PPTX
SQL_Server_Presentation intoduction.pptx
PPT
Sql Server Basics
PDF
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
PPSX
Index Tuning
PDF
Discovering the plan cache (#SQLSat211)
PPTX
Kaashiv SQL Server Interview Questions Presentation
PPTX
Ebook6
PPTX
Sql interview-question-part-6
PPTX
Sql interview-question-part-6
PPTX
Sql interview question part 6
PPTX
Ebook6
PDF
Managing and Configuring Databases
PPTX
Analysis of sql server services
PPT
Sql Server Performance Tuning
Managing SQLserver for the reluctant DBA
SQLServer Database Structures
Managing SQLserver
Discovering the plan cache (sql sat175)
Physical architecture of sql server
MS-SQL SERVER ARCHITECTURE
SQL_Server_Presentation intoduction.pptx
Sql Server Basics
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Index Tuning
Discovering the plan cache (#SQLSat211)
Kaashiv SQL Server Interview Questions Presentation
Ebook6
Sql interview-question-part-6
Sql interview-question-part-6
Sql interview question part 6
Ebook6
Managing and Configuring Databases
Analysis of sql server services
Sql Server Performance Tuning
Ad

Recently uploaded (20)

PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Hybrid model detection and classification of lung cancer
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
A Presentation on Artificial Intelligence
PDF
Encapsulation_ Review paper, used for researhc scholars
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Hybrid model detection and classification of lung cancer
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Web App vs Mobile App What Should You Build First.pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
A novel scalable deep ensemble learning framework for big data classification...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Zenith AI: Advanced Artificial Intelligence
SOPHOS-XG Firewall Administrator PPT.pptx
Group 1 Presentation -Planning and Decision Making .pptx
Unlocking AI with Model Context Protocol (MCP)
OMC Textile Division Presentation 2021.pptx
1 - Historical Antecedents, Social Consideration.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
DP Operators-handbook-extract for the Mautical Institute
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Approach and Philosophy of On baking technology
A Presentation on Artificial Intelligence
Encapsulation_ Review paper, used for researhc scholars

SQL Server Internals Viewer Lightning Talk

  • 1. + SQL Server Internals Viewer XXXIX ENCONTRO DA COMUNIDADE SQLPORT
  • 2. + About  Open source project.  A tool for looking into the SQL Server storage engine.  Shows how the data is physically allocated, organized and stored.  Available for SSMS 2005, 2008 and 2008 R2.
  • 3. + SSMS Add-In  Integration with SSMS (SQL Server Management Studio):  The application is installed as a SSMS add-in.  Internals information integrated into the Object Explorer.  Transaction Log viewer integrated into the Query Results.  Allocation Map.  Displays the physical layout of tables and indexes.  Displays PFS status.  Overlay pages in the Buffer Pool.  Page Viewer.
  • 4. + SSMS Add-In  Integration with SSMS (SQL Server Management Studio):  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 both row and page compression
  • 6. + Download  Can be downloaded at:  http://intview2.codeplex.com/
  • 7. + Refresh… Page 0: Header. Page 1: The first Page Free Space (PFS). Page 2: The first Global Allocation Map (GAM). Page 3: The first Shared GAM (SGAM) Page 4: Unused in 2005+ Page 5: Unused in 2005+ Page 6: The first DIFF map page Page 7: The first Minimally Logged MAP (ML).

Editor's Notes

  • #8: http://www.sqlskills.com/blogs/paul/inside-the-storage-engine-gam-sgam-pfs-and-other-allocation-maps/