Jess Pomfret
Jess Pomfret
Version of VS Code - 1.67.2 Your operating system - Windows 11 Version of the relevant VS Code extension - Azure Functions v1.7.2 Reproducible steps (1... 2... 3...) that cause...
Database level checks need some Pester V5 love Each check needs rewritten and added to: \checks\Databasev5.Tests.ps1 We will also need to improve performance by reducing the trips to the instance/database...
## Bug Report ### General Troubleshooting steps - [x] Verified running the latest release of dbachecks? Does `(Find-Module dbachecks).Version match (Get-Module dbachecks).Version.ToString()` Yep - [X] Verified errors are not related...
Checks that all jobs notify on failure. Ensure jobs aren't failing and going unnoticed.
## New Check ### What would you like to check? Query Store Best Practices - output of Test-DbaDbQueryStore ### What should be configurable for the results of the check ?...
Check that the AG owner is sa. Just got pointed to this article this morning: http://www.cjsommer.com/2016-10-20-who-owns-your-availability-groups/
Ran the following to patch a remote SQL Server with CU17: ```PowerShell Install-KbUpdate -ComputerName CompyName -HotfixId KB5016394 -FilePath "C:\Temp\CU17\SQLServer2019-KB5016394-x64.exe" -Verbose ``` Worked perfectly (🙇) but summary info was missing at...
Hey hey - just noticed the messaging when installing an update always shows `0 MB` when running `Install-KbUpdate -ComputerName Jess2019 -HotfixId $kb -Verbose` 
### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? I got this warning - even when specifying `-EnableException`...
### Verified issue does not already exist? No, I did not search ### What error did you receive? We signed the 2.0.5 module with the new SSL.com certificate and since...