dbachecks icon indicating copy to clipboard operation
dbachecks copied to clipboard

✔ SQL Server Environmental Validation

Results 65 dbachecks issues
Sort by recently updated
recently updated
newest added

Add new v5 checks using the initfields method to gather the information in the most efficient manner for each of the Instance Unique checks - Validating that the performance is...

enhancement
help wanted
Pester V5
Performance

## Bug Report ### General Troubleshooting steps - [X] Verified running the latest release of dbachecks? Does `(Find-Module dbachecks).Version match (Get-Module dbachecks).Version.ToString()` Yes ![image](https://user-images.githubusercontent.com/6729780/37113488-60e5e172-21fa-11e8-8115-814edfbfabb6.png) - [X] Verified errors are not...

## Feature Request Report any database(s) on AlwaysOn cluster that is not part of any Availability group. ## New Check I think this doesnt exists in dbachecks or dbatools but...

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...

enhancement
help wanted
Pester V5
Performance

## 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...

Introducing Agent checks to Pester V5. Each check needs rewritten and added to \checks\Agentv5.Tests.ps1 - [x] DatabaseMailEnabled - [x] AgentServiceAccount - [x] DbaOperator - [ ] FailsafeOperator - [ ]...

enhancement
help wanted
Pester V5
Performance

How can we make one SQL query to gather information that we are not getting from SMO when the information that we need is dynamic dependant on the tags chosen...

enhancement
Pester V5
Performance

All It Blocks should have `-Skip:$Skip` and all skip values should be held in a config with a name skip.GROUP.UNIQUETAG ie `$skip = Get-DbcConfigValue skip.instance.ErrorLogCount`

enhancement
help wanted
good first issue
Pester V5

## Feature Request Please add a new series of checks to confirm that Azure VMs adhere to the documented best practices published by Microsoft. To be clear is the is...

enhancement
help wanted
Brand new test
Azure

# A New PR THANK YOU - We love to get PR's and really appreciate your time and help to improve this module ## Accepting a PR Before we accept...