sqlwatch icon indicating copy to clipboard operation
sqlwatch copied to clipboard

SQL Server Performance Monitor

Results 100 sqlwatch issues
Sort by recently updated
recently updated
newest added

Looks like the minimum target platform was changed to SQL 2012 in order to query availability replicas, which aren't available in 2008. What this means is that it is now...

bug

``` $CommandName = $MyInvocation.MyCommand.Name.Replace(".Tests.ps1", "") Write-Host -Object "Running $PSCommandpath" -ForegroundColor Cyan . "$PSScriptRoot\constants.ps1" Describe "$CommandName Unit Tests" -Tag 'UnitTests' { Context "Validate parameters" { [object[]]$params = (Get-Command $CommandName).Parameters.Keys | Where-Object...

We should be able to filter on the `tag_name` in order to install specific release: https://api.github.com/repos/marcingminski/sqlwatch/releases This is critical to be able to upgrade `1.3.3` to the upcoming `2.0`. There...

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** We want to be able to show and track status of backups including size...

enhancement

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Query store provides history on its own so need to understand what we need...

enhancement

Once we have a deployment via dbatools, we could have a job triggering a deployment/update once a week which would provide a simple self-update mechanism. It would mean the server...

enhancement

Hi Marcin, Great project - and one i think a lot will find value from! Agree with Chrissy's comments - also some ideas from me: A mechanism for people to...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I was visiting the sqlwatch website and I really like those new grafana dashboards....

**Did you check DOCS to make sure there is no workaround?** Yes, did not see anything, unsure how to troubleshoot beyond log table and event viewer. **Describe the bug** Randomly...