- [Bugfix] Fixed an issue where agent jobs would not be alerted on in different time zones.
- [Bugfix] Fixed a PK violation for tables with compressed and uncompressed indexes (i.e. column store and row store).
- [Bugfix] Fixed handling of US date formats.
- [Bugfix] Fixed collector timeout error.
- [Bugfix] Fixed arithmetic overflow in
dbo.vw_sqlwatch_report_fact_whoisactive - [Bugfix] Fixed FK violation in
dbo.sqlwatch_logger_repository_import_status - [New] Aligned naming of config procedures. They should now be more transparent.
- [New] Removed index compression indicator from table entity as this is reported in the index entity
- [New] Excluded model database from default collection.
- [New] Moved off
sp_MsForEachDb. - [New] Improved logging.
- [New] Implemented database inclusion and exclusion to match Ola Hallengren standard: Include only databases:
@Database = 'DB1,DB2'or exclude specific database:@Database = '-DB3'. This is on top of existing exclusions specified in config tables and is is useful for ad-hoc runs.