Skip to content

Releases: erikdarlingdata/DarlingData

Updates_20250601

31 May 17:56
Compare
Choose a tag to compare

What's Changed

  • sp_QuickieStore: Appended _ms where it was missing for avg_cpu_time by @ReeceGoding in #600
  • sp_QuickieStore: Moved validation of @sort_order to be much earlier on. by @ReeceGoding in #602
  • sp_QuickieStore: Moved special sorting columns for special sort order values to be jus… by @ReeceGoding in #604
  • sp_QuickieStore: Made plan hash, query hash, or sql handle show when the parameter for filtering them out is passed in by @ReeceGoding in #608
  • sp_QuickieStore: Documents that @format_output = 1 removes most decimals. by @ReeceGoding in #606
  • Adding support for indexed views in addition to indexes on tables. by @FirstCall42 in #610
  • sp_QuickieStore: Move regression validation to just after sort order by @ReeceGoding in #612
  • Made sp_HumanEventsBlockViewer not error out when system_health is used by @ReeceGoding in #618

Full Changelog: Updates_20250501...Updates_20250601

May Flowers

02 May 17:09
Compare
Choose a tag to compare

What's Changed

  • fix for 00 decimals on avg_read/write_stall_ms and total_avg_stall_ms by @VladDBA in #567
  • sp_QuickieStore's Readme.md file - Markdown needs the escape character escaped by @VladDBA in #572
  • sp_QuickieStore: Consistent PRIMARY KEY syntax. by @ReeceGoding in #578
  • sp_QuickieStore: Made skipping maintenance plans optional by @ReeceGoding in #580
  • Expand wait_time_percent_of_uptime to accomodate >1,000% waits by @ChrisMayIVCE in #585
  • sp_QuickieStore: Multiple changes to how wait stats are handled by @ReeceGoding in #590
  • Made filtering by @execution_count be done with a temp table rather than a variable by @ReeceGoding in #593

New Contributors

Full Changelog: Updates_20240404...Updates_20250501

4.4 @ 4:44

04 Apr 18:00
Compare
Choose a tag to compare

This release fixes a bunch of stuff that I found in deeper testing across different environments.

It also introduces a new stored procedure called sp_PerfCheck, which does a targeted set of checks for performance-related stuff only. No backups, no checkdb, no security, etc. It's built to work with Azure SQLDB too, which is... I guess sort of helpful, given how little you can change while running SQL Server in Safe Mode. I will be adding more specific checks for cloudy things in the future.

For now, check out the readme to learn more.

Also, give it a run. Let me know what you think. I care about your feelings.

What's Changed

New Contributors

Full Changelog: Updates_20250401...Updates_20240404

Sweet Caroline!

19 Mar 20:52
Compare
Choose a tag to compare

What's Changed

  • changed column name to remove duplicate by @DForck42 in #509
  • added QUOTENAME to the output of the 'original_index_definition' colu… by @HannahVernon in #529
  • added note about index_count column to the README.md by @HannahVernon in #530

There's no way to quickly or easily summarize this many changes, but:

sp_HealthParser:

  • Added new event collections around errors, memory, and more cpu stuff
  • Added the ability to log to tables
  • Removed a lot of repetitive code by templating dynamic sql

sp_HumanEventsBlockViewer:

  • Added the ability to log to a table. I know it's somewhat redundant to sp_HumanEvents, but it focuses purely on blocking and uses the final results from here rather than somewhat raw data with a view over it
  • Added the ability to read from a table storing the blocked process report in an XML column

sp_PressureDetector

  • Added table logging

sp_QuickieStore:

  • Made the results query far less repetitive, no longer broken up over four sections of annoying to maintain code
  • Pushed @include_query_hashes data deeper into the procedure so it's not just based on the results

AND THE BIG ONE!

sp_IndexCleanup

  • No longer in beta!
  • Reasonably functional, but still needs testing

Also fixed up some annoying formatting inconsistencies, etc. in various places.

New Contributors

Full Changelog: Updates_20250101...Updates_20250401

Back to the Future

09 Dec 21:30
Compare
Choose a tag to compare

This is a long overdue release with bumped version numbers and dates, and some 2025-proofing of the copyright year on the main scripts. I'll get to the others eventually.

An extra special thanks goes out to @ReeceGoding for hump-busting on sp_QuickieStore.

What's Changed

Full Changelog: Updates_20240915...Updates_20250101

Somebody

15 Sep 03:02
Compare
Choose a tag to compare
Updates_20240915

Automation: Format and Build SQL File

Mr Tinkertrain

27 Aug 03:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Updates_20240619...Updates_20240901

2024_06_19

19 Jun 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Updates_20240408...Updates_20240619

Updates_20240408

08 Apr 19:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: Updates_20240403...Updates_20240408

Updates_20240403

04 Apr 02:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: Updates_20240401...Updates_20240403