Reece Goding

Results 22 issues of Reece Goding

### Summarize Functionality As it stands, the only control that users have over the waits considered by `Get-DbaWaitStatistic` is the `IncludeIgnorable` switch. If a user wants to add or remove...

feature
triage required

### Summarize Functionality Every time that I want to use `New-DbaAgentSchedule`, I need to crack open my copy of _Learn dbatools in a Month of Lunches_. Standard parameters aside, the...

feature
triage required

Nothing smart here. Just pulled the latest dev branch and squashed together #3539 and #3541 so they'd merge.

**Is your feature request related to a problem? Please describe.** At one point in my life, I had quite a good grasp of the official documentation for Query Store. Every...

enhancement
sp_QuickieStore

Closes #449 by switching to use `SWITCHOFFSET` rather than our old arithmetic tricks with `@utc_offset_minutes`. I'll spin up some Docker containers on different time zones to provide more evidence that...

**Version of the script** Pretty sure this has always been the case. **What is the current behavior?** I spend most of my time in the GMT+0 timezone, which is the...

bug
sp_QuickieStore

**Is your feature request related to a problem? Please describe.** This is absolutely something that I would use. I frequently use Query Store to check how my instance/database/query has changed...

enhancement
sp_QuickieStore

### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? No error, but this doesn't feel like intended behaviour....

bugs life
triage required

Have a look at the copy of `sp_QuickieStore` in [this release](https://github.com/erikdarlingdata/DarlingData/releases/tag/Updates_20240901). It think it's version 4.7. It should be 4.9.

I'm trying to export SQL results to Excel spreadsheets with nice titles. My final goal is something lovely like ```powershell Import-Module ImportExcel Import-Module dbatools $ExcelParams = @{ Path = $SavePath...

Investigate