How does monitoring affect your server?

By |2023-07-06T23:51:39+01:009th September 2021|Blog Articles|

The observer effect is a term used in physics and it means that observing a phenomenon changes that phenomenon. Therefore, an object that is being observed, is looking different to the same, not observed object. How is this possible? In physics, this is to do with photons and electrons. An [...]

Cards in Microsoft Teams Notifications with action templates

By |2023-07-06T23:51:43+01:0026th August 2021|Blog Articles|

In the previous post, I have explained how to configure SQLWATCH To send simple, plain text notifications to Microsoft Teams. https://sqlwatch.io/blog/articles/how-to-send-notification-to-microsoft-teams/ Today, we are going to look at how to send formatted cards: Microsoft Teams Cards Action templates Formatted cards require slightly more complex JSON structure and for that reason, [...]

How to send notifications to Slack

By |2023-07-06T23:51:48+01:0019th August 2021|Blog Articles|

Some time ago we discussed how to send notifications to Microsoft Teams: https://sqlwatch.io/blog/articles/how-to-send-notification-to-microsoft-teams/ In this post, we are going to look at doing the same with Slack. The only difference between these two platforms is in the payload they expect. Beyond configuration of the correct action, the action association process [...]

Deploy SQLWATCH with dbatools

By |2023-07-06T23:51:51+01:0012th August 2021|Blog Articles|

I am happy to announce that thanks to our fantastic SQL Server Community it is now possible to deploy SQLWATCH using dbatools. If you work with SQL Server and are not familiar with dbatools you should check it out now, it will change your DBA life forever. With dbatools we can [...]

SQLWATCH 2.5 is now available

By |2020-06-10T00:28:46+01:0010th June 2020|Announcements|

Fixed an issue where table utilisation was not being collected for databases other than SQLWATCH. As all tables are being processed now, the execution time for [dbo].[usp_sqlwatch_logger_disk_utilisation_table] may increase considerably. Please test it in your environment first. In case you have missed 2.4 update, there have been a lot of changes: Many [...]