You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change data types from int to bigint in SQL function ufn_sqlwatch_par…
…se_xes_event_data (#505)
See: #504
Co-authored-by: Marcin Gminski <8288333+marcingminski@users.noreply.github.com>
Update usp_sqlwatch_logger_xes_blockers.sql (#485)
Fix for usp_sqlwatch_logger_xes_blockers stored procedure if SQL Server uses binary collation.
Co-authored-by: Marcin Gminski <8288333+marcingminski@users.noreply.github.com>
Enabled Page Compression by Default (#473)
When data compression is enabled post-deployment, the next DACPAC deployment will remove compression unless manual overrides are specified. This complicates deployments in large environments or in cases where the SQLWATCH database is large. From now on, all logger tables are now compressed by default. (If you have no compression enabled and are upgrading to this version, the upgrade can take a while whilst logger data is compressed)