Download Internals Viewer (updated) for SQL Server 2008 R2.

Description

Internals viewer is a tool for looking into the SQL Server storage engine and seeing how data is physically allocated, organised and stored.All sorts of tasks performed by a DBA or developer can benefit greatly from knowledge of what the storage engine is doing and how it ...

Icons

Internals Viewer (updated) for SQL Server 2008 R2.

Source Files

The download file intview2.zip has the following entries.


.gitignore/*from  w ww  . ja  v  a  2s .  co  m*/
AddIn/AllocationContainer.Designer.cs
AddIn/AllocationContainer.cs
AddIn/AllocationContainer.resx
AddIn/AssemblyInfo.cs
AddIn/CommandBar.resx
AddIn/Connect.cs
AddIn/ConnectionManager.cs
AddIn/DecodeContainer.Designer.cs
AddIn/DecodeContainer.cs
AddIn/DecodeContainer.resx
AddIn/ImageConverter.cs
AddIn/InternalsViewer.SSMSAddIn.csproj
AddIn/ObjectExplorerExtender.cs
AddIn/PageViewerContainer.Designer.cs
AddIn/PageViewerContainer.cs
AddIn/PageViewerContainer.resx
AddIn/Properties/Resources.Designer.cs
AddIn/Properties/Resources.resx
AddIn/QueryEditorExtender.cs
AddIn/Resources/AppWindow.bmp
AddIn/Resources/PageImage.png
AddIn/Resources/TransactionLogIcon.png
AddIn/Resources/allocationMapIcon.png
AddIn/Resources/allocationMapIconMask.png
AddIn/Resources/allocationMapToolbarIcon.png
AddIn/Resources/page.png
AddIn/WindowManager.cs
AddIn/app.config
Internals/Allocation.cs
Internals/BlobPointers/BlobChildLinks.cs
Internals/BlobPointers/BlobField.cs
Internals/BlobPointers/BlobFieldType.cs
Internals/BlobPointers/Field.cs
Internals/BlobPointers/OverflowField.cs
Internals/BlobPointers/PointerField.cs
Internals/BlobPointers/RootField.cs
Internals/BufferPool.cs
Internals/CompressedDataConverter.cs
Internals/Compression/CdArrayItem.cs
Internals/Compression/CompressionInformation.cs
Internals/Compression/CompressionType.cs
Internals/Compression/Dictionary.cs
Internals/Compression/DictionaryEntry.cs
Internals/DataAccess.cs
Internals/DataConverter.cs
Internals/Database.cs
Internals/DatabaseFile.cs
Internals/IamAllocation.cs
Internals/IndexTypes.cs
Internals/InternalsViewer.Internals.csproj
Internals/InternalsViewerConnection.cs
Internals/LogSequenceNumber.cs
Internals/MarkItem.cs
Internals/Markable.cs
Internals/PageIO/DatabaseHeaderReader.cs
Internals/PageIO/DatabasePageReader.cs
Internals/PageIO/PageReader.cs
Internals/Pages/AllocationPage.cs
Internals/Pages/BootPage.cs
Internals/Pages/Header.cs
Internals/Pages/Page.cs
Internals/Pages/PageAddress.cs
Internals/Pages/PageEventArgs.cs
Internals/Pages/PageType.cs
Internals/Pages/PfsPage.cs
Internals/Pages/RowIdentifier.cs
Internals/Pfs.cs
Internals/PfsByte.cs
Internals/Properties/AssemblyInfo.cs
Internals/Properties/Resources.Designer.cs
Internals/Properties/Resources.resx
Internals/RecordLoaders/BlobRecordLoader.cs
Internals/RecordLoaders/CompressedDataRecordLoader.cs
Internals/RecordLoaders/DataRecordLoader.cs
Internals/RecordLoaders/IndexRecordLoader.cs
Internals/RecordLoaders/RecordLoader.cs
Internals/RecordLoaders/SparseVectorLoader.cs
Internals/Records/BlobRecord.cs
Internals/Records/BlobType.cs
Internals/Records/ColumnDescriptor.cs
Internals/Records/CompressedDataRecord.cs
Internals/Records/CompressedRecordField.cs
Internals/Records/DataRecord.cs
Internals/Records/IndexRecord.cs
Internals/Records/MarkAttribute.cs
Internals/Records/Record.cs
Internals/Records/RecordField.cs
Internals/Records/RecordType.cs
Internals/Records/SpareVector.cs
Internals/Settings.SourceAnalysis
Internals/Structures/Column.cs
Internals/Structures/Hobt.cs
Internals/Structures/HobtEntryPoint.cs
Internals/Structures/IndexColumn.cs
Internals/Structures/IndexStructure.cs
Internals/Structures/Structure.cs
Internals/Structures/StructureType.cs
Internals/Structures/TableStructure.cs
Internals/TransactionLog/LogData.cs
Internals/TransactionLog/LogMonitor.cs
InternalsViewer.UI/AllocationViewer.Designer.cs
InternalsViewer.UI/AllocationViewer.cs
InternalsViewer.UI/AllocationViewer.resx
InternalsViewer.UI/AllocationWindow.Designer.cs
InternalsViewer.UI/AllocationWindow.cs
InternalsViewer.UI/AllocationWindow.resx
InternalsViewer.UI/Allocations/AllocationContainer.cs
InternalsViewer.UI/Allocations/AllocationContainer.designer.cs
InternalsViewer.UI/Allocations/AllocationContainer.resx
InternalsViewer.UI/Allocations/AllocationLayer.cs
InternalsViewer.UI/Allocations/AllocationMap.cs
InternalsViewer.UI/Allocations/AllocationMap.resx
InternalsViewer.UI/Allocations/AllocationUnitLayer.cs
InternalsViewer.UI/Allocations/MapMode.cs
InternalsViewer.UI/BlockSelection.cs
InternalsViewer.UI/ColourRange.cs
InternalsViewer.UI/Controls/BarColumn.cs
InternalsViewer.UI/Controls/BorderPanel.cs
InternalsViewer.UI/Controls/CompressionInfoTable.Designer.cs
InternalsViewer.UI/Controls/CompressionInfoTable.cs
InternalsViewer.UI/Controls/CompressionInfoTable.resx
InternalsViewer.UI/Controls/FlatMenuStrip.cs
InternalsViewer.UI/Controls/HexRichTextBox.cs
InternalsViewer.UI/Controls/KeyImageColumn.cs
InternalsViewer.UI/Controls/MarkerKeyTable.cs
InternalsViewer.UI/Controls/MarkerKeyTable.designer.cs
InternalsViewer.UI/Controls/MarkerKeyTable.resx
InternalsViewer.UI/Controls/PageAddressTextBox.cs
InternalsViewer.UI/DecodeWindow.Designer.cs
InternalsViewer.UI/DecodeWindow.cs
InternalsViewer.UI/DecodeWindow.resx
InternalsViewer.UI/ExtentColour.cs
InternalsViewer.UI/FileInformationControl.Designer.cs
InternalsViewer.UI/FileInformationControl.cs
InternalsViewer.UI/FileInformationControl.resx
InternalsViewer.UI/HexViewer.Designer.cs
InternalsViewer.UI/HexViewer.cs
InternalsViewer.UI/HexViewer.resx
InternalsViewer.UI/HsvColour.cs
InternalsViewer.UI/InternalsViewer.UI.csproj
InternalsViewer.UI/Markers/Marker.cs
InternalsViewer.UI/Markers/MarkerBuilder.cs
InternalsViewer.UI/Markers/MarkerType.cs
InternalsViewer.UI/OffsetEventArgs.cs
InternalsViewer.UI/OffsetTable.Designer.cs
InternalsViewer.UI/OffsetTable.cs
InternalsViewer.UI/OffsetTable.resx
InternalsViewer.UI/PageViewerWindow.Designer.cs
InternalsViewer.UI/PageViewerWindow.cs
InternalsViewer.UI/PageViewerWindow.resx
InternalsViewer.UI/Properties/AssemblyInfo.cs
InternalsViewer.UI/Properties/DataSources/InternalsViewer.Internals.Pages.Header.datasource
InternalsViewer.UI/Properties/Resources.Designer.cs
InternalsViewer.UI/Properties/Resources.resx
InternalsViewer.UI/Renderers/FullMapRenderer.cs
InternalsViewer.UI/Renderers/PageExtentRenderer.cs
InternalsViewer.UI/Renderers/PfsRenderer.cs
InternalsViewer.UI/Resources/Collapse_large.bmp
InternalsViewer.UI/Resources/FindHS.png
InternalsViewer.UI/Resources/GAMallocationMapIcon.png
InternalsViewer.UI/Resources/LeftToRightDoucmentHS.png
InternalsViewer.UI/Resources/LeftToRightDoucmentHS1.png
InternalsViewer.UI/Resources/Refresh.bmp
InternalsViewer.UI/Resources/RightToLeftDoucmentHS.png
InternalsViewer.UI/Resources/TransactionLogIcon.png
InternalsViewer.UI/Resources/WindowSplit.png
InternalsViewer.UI/Resources/allocationMapIcon.png
InternalsViewer.UI/Resources/allocationWindowSplit.png
InternalsViewer.UI/Resources/allocationWindowSplit1.png
InternalsViewer.UI/Resources/bufferpool11.png
InternalsViewer.UI/Resources/connect.png
InternalsViewer.UI/Resources/fileinfo1.png
InternalsViewer.UI/Resources/pfs.png
InternalsViewer.UI/Resources/showhidedetailstoolbarbutton.png
InternalsViewer.UI/RtfColour.cs
InternalsViewer.UI/Settings.SourceAnalysis
InternalsViewer.UI/TransactionLogTabPage.cs
InternalsViewer.UI/TransactionLogTabPage.resx
InternalsViewer.sln
InternalsViewerInstaller/InternalsViewerInstaller.vdproj

Download

Click the following link to download intview2.zip.

intview2.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS