Skip to content

Releases: VladDBA/PSBlitz

PSBlitz v2.00

29 Aug 20:25
2f557e9
Compare
Choose a tag to compare

Fixes:

  1. Fixed formatting inconsistencies in the Excel output file
  2. Fixed issue that caused the Excel template to be modified when the PSBlitz directory resides in a OneDrive synced directory and Excel is set to AutoSave = On - Bug #4
  3. Fixed some typos in the output

Enhancements:

  1. Added the Priority column to sp_BlitzIndex 0 and sp_BlitzIndex 4
  2. If an in-depth check is requested sp_BlitzIndex 0 will be skipped since sp_BlitzIndex 4 already covers it
  3. Added multiple passes of sp_BlitzWho (between every execution of the other scripts)
  4. File name of execution plans resulted from sp_BlitzWho has been changed to RunningNow_[startdate_time]_SID[session id].sqlplan
  5. Added the following columns to the sp_BlitzWho sheet:
    • SQLPlan File
    • Cached Parameter Info
    • Top Session Waits
  6. Added the following columns to the BlitzCache tables:
    • Missing index info
    • Implicit conversion info
  7. Consolidated the BlitzCache Recent Comps and BlitzCache Memory sheets into one - "BlitzCache Mem & Recent Comp"
  8. Running a database-specific check (either by providing a database name when prompted during interactive execution or via the -CheckDB parameter) will populate the following 2 sheets:
    • "Statistics Info" - containing data about the database's statistics
    • "Index Fragmentation" - containing information about the degree of fragmentation in all the database's indexes
  9. Added execution duration info in the PS output and in the Intro sheet
  10. Added the "Plan Cache Warnings" sheet, which has details about the warnings from the "sp_BlitzCache *" sheets
  11. Added "Cached Execution Parameters" column to Excel output in the sp_BlitzCache sheets #6

PSBlitz v1.10

13 Aug 19:39
f25753f
Compare
Choose a tag to compare

changelog v 1.10

  • PSBlitz will now output sample execution plans for the missing index suggestions in the sp_BlitzIndex 0 sheet - only for SQL Server 2019
  • Hyperlinks supplying more information are now embedded directly in the "Finding" fields available in the "sp_Blitz", "sp_BlitzIndex 0", "sp_BlitzIndex 4", and "sp_BlitzFirst 30s" sheets, and in the "Wait Type" field of the "Wait Stats" sheet
  • added the following temp tables to the cleanup block of spBlitzCache_NonSPLatest.sql:
    • #statements
    • #query_plan
    • #relop
  • updated the Excel template to match the output changes

PSBlitz v1.01

08 Aug 16:58
153290e
Compare
Choose a tag to compare

Added checks and error handling for the Resources directory and its files.
Updated version number.
Fixed some typos.

PSBlitz v1.00

07 Aug 15:10
23e64ef
Compare
Choose a tag to compare

Initial version of PSBlitz.
Contains:

  • Current version of PSBlitz.ps1
  • Current version of Excel file template used to generate the output
  • The modified, non-stored procedure, versions of sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, sp_BlitzLock , sp_BlitzWho from the July 2022 release of Brent Ozar's First Responder's Kit