Negative identities

By |2021-11-19T22:49:30+00:0023rd September 2021|Blog Articles|

The identity value in relational databases is a field that increases automatically. It is often used to create surrogate primary keys. Surrogate keys Surrogate keys are meaningless and are only used to uniquely identify the row, not the data itself. For example, assume the following table: CREATE TABLE people ( [...]

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 [...]

SQLWATCH needs your help #SQLFamily

By |2021-09-02T00:02:48+01:002nd September 2021|Blog Articles|

Hey SQLWatchers, First of all, thank you for the growing community and for using SQLWATCH. SQLWATCH has reached over 10000 downloads. This does not include source code downloads and offline installations. I am myself aware of many places that download the release or source code once and deploy to their [...]

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 [...]

How to send notification to Microsoft Teams

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

I have been meaning to write how to integrate SQLWATCH with different platforms for a long time. Recently a very kind person bought me a coffee and said they have implemented Microsoft Teams integration which motivated me to finalise it. Hi Marcin,  love your work, just startet to rollout the [...]