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

**Describe the bug** ``` insert into @spaceused exec [dbo].[usp_sqlwatch_internal_foreachdb] @command = 'use [?]; exec sp_spaceused @oneresultset = 1;' , @snapshot_type_id = @snapshot_type_id , @calling_proc_id = @@PROCID , @databases = @databases...

The problem has been noticed for sql instances hosting system databases where many queries use scalar UDF functions. After installing SQLWATCH, the CPU load increased approximately 10 times. After excluding...

**Describe the bug** I have set column "collect" to 0 for some snapshots. For example: **Disk Utilisation Table, Disk Utilisation Database**. But I can't find the part of the code...

**Did you check DOCS to make sure there is no workaround?** I went through the documentation and am using SQLWatchImport.exe to run the imports and to do the central repo...

Is this project still alive? What is the roadmap? Should I use a dead project for my new project?

**The issue** Marcin, I've been following your project for quite some time but even after reading the documentation and going through the source code and project files I can't for...

**Describe the bug** `@last_action_time`, which comes from the most recent `snapshot_value` in `[dbo].[sqlwatch_logger_check_action]` for an action, is stored in UTC time. In the stored procedure `usp_sqlwatch_internal_process_actions`, to determine if it...