Azure DB – A Quick Spelunk Into XEvents to Love

This is a very simple introduction into the creation of an Extended Event session using a template for Azure SQL DB. I demonstrate the use of the GUI to configure the session quickly and then to subsequently script that configuration before creating the session.

Owner is Missing in the GUI – An Easy Fix

Having a Database Owner is not something that most people think about until something breaks. Usually, people will just kind of ignore it because it is just so innocuous and uncommon for the owner to not be “present”.

Memory – How to Find when Excess is a Bad Thing

Excessive memory grants are extremely problematic in SQL Server. These excessive grants do not just happen out of the blue. Memory grants are directly linked to the queries.

Queries that Fail and How to find Them

Queries will fail. That is as inevitable as death and taxes. This article demonstrates how to find some truly horrible queries.

Statistics Auditing to make you Omniscient

This article demonstrates a more comprehensive method to audit changes to statistics. This method involves the use of Extended Events.