Skip to content

Commit

Permalink
Merge pull request #252 from VladDBA/dev
Browse files Browse the repository at this point in the history
Additional info added to HTML main page for Index Usage
  • Loading branch information
VladDBA authored Jul 10, 2024
2 parents ff031ee + c34c286 commit 1a60b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSBlitz.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,7 @@ finally {
elseif ($File.Name -like "BlitzIndex_2*") {
$PageName = "Index Usage"
$Description = "Index usage details."
$AdditionalInfo += "Output limited to 30k records"
}
}
elseif ($File.Name -like "BlitzCache*") {
Expand Down

0 comments on commit 1a60b14

Please sign in to comment.