Skip to content

Commit

Permalink
Merge pull request #187 from VladDBA/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VladDBA authored Mar 12, 2024
2 parents 8b2b63b + 6d237b6 commit 29d3fa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PSBlitz.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ param(

###Internal params
#Version
$Vers = "4.0.5"
$VersDate = "2024-03-01"
$Vers = "4.0.6"
$VersDate = "2024-03-12"
$TwoMonthsFromRelease = [datetime]::ParseExact("$VersDate", 'yyyy-MM-dd', $null).AddMonths(2)
$NowDate = Get-Date
#Get script path
Expand Down Expand Up @@ -4652,9 +4652,10 @@ ELSE IF ( (SELECT PARSENAME(CONVERT(NVARCHAR(128), SERVERPROPERTY ('PRODUCTVERSI
@{Name = "Most Recent Modify Date"; Expression = { ($_."Most Recent Modify Date").ToString("yyyy-MM-dd HH:mm:ss") } } | ConvertTo-Html -As Table -Fragment
}
elseif ($Mode -eq "2") {
$BlitzIxTbl.Columns["Definition: [Property] ColumnName {datatype maxbytes}"].ColumnName = "Definition"
$htmlTable = $BlitzIxTbl | Select-Object "Database Name", "Schema Name", "Object Name",
"Index Name", "Index ID", "Details: schema.table.index(indexid)",
"Object Type", "Definition: [Property] ColumnName {datatype maxbytes}",
"Object Type", "Definition",
"Key Column Names With Sort", "Count Key Columns", "Include Column Names",
"Count Included Columns", "Secret Column Names", "Count Secret Columns",
"Partition Key Column Name", "Filter Definition", "Is Indexed View",
Expand Down

0 comments on commit 29d3fa8

Please sign in to comment.