Skip to content

Commit

Permalink
Merge pull request #7 from VladDBA/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VladDBA authored Aug 29, 2022
2 parents 6df66cd + a4d89bc commit 2f557e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSBlitz.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ foreach($SortOrder in $SortOrders)
$ExcelColNum = 1

#define column list to only get the sp_BlitzCache columns that are relevant in this case
$DataSetCols = @("Database","Cost","Query Text","Query Type","Warnings", "Missing Indexes",
"Implicit Conversion Info","# Executions","Executions / Minute","Execution Weight",
$DataSetCols = @("Database","Cost","Query Text","Query Type","Warnings", "Missing Indexes", "Implicit Conversion Info", "Cached Execution Parameters",
"# Executions","Executions / Minute","Execution Weight",
"% Executions (Type)","Serial Desired Memory",
"Serial Required Memory","Total CPU (ms)","Avg CPU (ms)","CPU Weight","% CPU (Type)",
"Total Duration (ms)","Avg Duration (ms)","Duration Weight","% Duration (Type)",
Expand Down
Binary file modified Resources/PSBlitzOutput.xlsx
Binary file not shown.

0 comments on commit 2f557e9

Please sign in to comment.