Skip to content

Commit

Permalink
#336 added a Missing MSI/MSPs report accessible from Main and Best pr…
Browse files Browse the repository at this point in the history
…actices
  • Loading branch information
PiJoCoder committed Apr 19, 2024
1 parent 6b236b1 commit 0e64ef7
Show file tree
Hide file tree
Showing 10 changed files with 1,022 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NexusReports/AnalysisSummary_C.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ Fields!Report.Value = "Missing Indexes", "Missing Indexes_C",
Fields!Report.Value = "Spinlock Stats", "Spinlock Stats_C",
Fields!Report.Value = "Loaded Modules", "Loaded Modules_C",
Fields!Report.Value = "AlwaysOn Report", "AlwaysOn_AGBasics_C",
Fields!Report.Value = "Missing MSI or MSPs", "Missing_MSIs_or_MSPs_C",
Fields!Report.Value = "data imported with older SQLNexus version", Nothing,
Fields!Report.Value = "", Nothing)</ReportName>
</Drillthrough>
Expand All @@ -699,6 +700,7 @@ Fields!Report.Value = "", Nothing)</ReportName>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<rd:Selected>true</rd:Selected>
</CellContents>
</TablixCell>
</TablixCells>
Expand Down
Binary file added NexusReports/AnalysisSummary_C.rdl.data
Binary file not shown.
483 changes: 483 additions & 0 deletions NexusReports/Missing_MSIs_or_MSPs_C.rdl

Large diffs are not rendered by default.

Binary file added NexusReports/Missing_MSIs_or_MSPs_C.rdl.data
Binary file not shown.
1 change: 1 addition & 0 deletions NexusReports/NexusReports.rptproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<Report Include="Memory Brokers_C.rdl" />
<Report Include="Memory Clerks_C.rdl" />
<Report Include="Missing Indexes_C.rdl" />
<Report Include="Missing_MSIs_or_MSPs_C.rdl" />
<Report Include="Other Waits_C.rdl" />
<Report Include="PAL_C.rdl" />
<Report Include="PAL_sub_C.rdl" />
Expand Down
19 changes: 19 additions & 0 deletions NexusReports/SQL Perf Main.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,25 @@ VALUES
('Filter_Drivers_C', 'Filter Drivers Report', 'Filter Drivers Report', 1 | 2 | 4 | 8, 'Common',
'dbo.tbl_fltmc_filters', 2000, 'SQL Base Collector', 1, 2000);

-- Missing MSI/MSPs
INSERT INTO @tbl_reports
(
ReportName,
ReportDisplayName,
ReportDescription,
VersionApplied,
Category,
ValidationObject,
SeqNo,
DataCollection,
Manditory,
CategorySeq
)
VALUES
('Missing_MSIs_or_MSPs_C', 'Missing MSI or MSPs', 'Shows missing MSI/MSP package', 1 | 2 | 4 | 8, 'Setup',
'dbo.tbl_setup_missing_msi_msp_packages', 2000, 'Setup', 1, 2022);



--Azure
INSERT INTO @tbl_reports
Expand Down
2 changes: 2 additions & 0 deletions sqlnexus/Reports/AnalysisSummary_C.rdlC
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ Fields!Report.Value = "Missing Indexes", "Missing Indexes_C",
Fields!Report.Value = "Spinlock Stats", "Spinlock Stats_C",
Fields!Report.Value = "Loaded Modules", "Loaded Modules_C",
Fields!Report.Value = "AlwaysOn Report", "AlwaysOn_AGBasics_C",
Fields!Report.Value = "Missing MSI or MSPs", "Missing_MSIs_or_MSPs_C",
Fields!Report.Value = "data imported with older SQLNexus version", Nothing,
Fields!Report.Value = "", Nothing)</ReportName>
</Drillthrough>
Expand All @@ -699,6 +700,7 @@ Fields!Report.Value = "", Nothing)</ReportName>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<rd:Selected>true</rd:Selected>
</CellContents>
</TablixCell>
</TablixCells>
Expand Down
Loading

0 comments on commit 0e64ef7

Please sign in to comment.