Matt Lavery

Results 21 issues of Matt Lavery

In some cases when launching the toolset via the load test method with ``` Start PowerShell.exe -File "C:\Workload\RunWorkload.ps1" -SQLServer "SQLNode01\Prd01" -Database "AdventureWorks2014" -TSQLFile "C:\Workload\SqlScripts\AdventureWorksWorkload.sql" -Frequency "Fast" ``` The .\RunWorkload module...

bug
Planned

We should look at methods for supporting this for SQL On Linux

Now that official versions of AdventureWorks are available for SQL 2016 and 2017 we should validate this against those.

Planned

Gulp Buld is currently reporting the following yet the build/extension works ``` PS C:\GitHub\sqlops-mssql-instance-insights> gulp build [22:43:46] Using gulpfile C:\GitHub\sqlops-mssql-instance-insights\gulpfile.js [22:43:46] Starting 'build'... [22:43:46] Starting 'clean'... [22:43:46] Finished 'clean' after...

bug

In trying to add a dynamic query to get the version number (because the serverInfo class is not available and I will need this for the AG ext), the call...

bug

Currently getting this output when trying to build ``` PS C:\GitHub\sqlops-mssql-instance-insights> .\BuildVSIX.ps1 Error: Command failed: npm list --production --parseable --depth=99999 npm ERR! missing: sqlops@github:anthonydresser/sqlops-extension-sqlops, required by [email protected] Error: Missing publisher...

bug

Add a task to open the life cycle web site to the health check page

enhancement

Add a insight to provide CPU usage metrics from the systemhealth session

enhancement

The current sql query used in XEL only supports SQL Server on-premises not Azure SQL DB. Information on what is needed is at [https://docs.microsoft.com/en-us/azure/sql-database/sql-database-xevent-code-ring-buffer](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-xevent-code-ring-buffer)

bug
enhancement

Original issue [System Health Session Extended Events widgets may need date filtering](https://github.com/Matticusau/sqlops-widgets/issues/6) in the sqlops-widgets project we need to check the date filtering on the queries.

enhancement