by bobtaylor29708 | Jul 30, 2018 | boB 'The Tool Man' Taylor, Extended Events, SQL Meals™, SQL Server 2016, SQL Server 2017, SQL Server Management Studio, SQL Server Tools, SQL Snacks™, XE Profiler
In this SQL Snack™ I will examine the three remaining targets (I don’t plan on covering the ETW sync target as it is out of scope for this series). The counter, histogram and pair matching targets are very simple and straight forward to use and consume. In the...
by bobtaylor29708 | Jul 23, 2018 | Azure SQL Database, boB 'The Tool Man' Taylor, Extended Events, SQL Meals™, SQL Server 2016, SQL Server 2017, SQL Server Management Studio, SQL Snacks™
In this SQL Snacks™ we will examine the techniques required to implement the file target for an Azure SQL Database. We will also examine the differences in the Extended Event system between on premises and Azure SQL Database. The link with the instructions for...
by bobtaylor29708 | Jul 23, 2018 | Azure SQL Database, boB 'The Tool Man' Taylor, Extended Events, SQL Meals™, SQL Server 2016, SQL Server 2017, SQL Server Management Studio, SQL Snacks™
In this SQL Snacks™ we will examine the event file target. Along the way we will unlock the magic of the Extended Event viewer UI in SQL Server Management Studio. Again this is longer than most SQL Snacks™ so the video will be in two parts. In the companion SQL...
by bobtaylor29708 | Jul 16, 2018 | boB 'The Tool Man' Taylor, Extended Events, SQL Meals™, SQL Server 2016, SQL Server 2017
In this SQL Snacks™ we will examine the Ring Buffer Extended Event target. Arguably the most flexible of the targets (despite a few of its shortfalls) we will use it to start the examination of the suite of targets available to us. In a future SQL Snacks™ we will...
by bobtaylor29708 | Jul 12, 2018 | SQL Server 2016, SQL Server 2017, SqlCommandFilter, Tools, Uncategorized
Thanks to reader EricEJ I have added an extension method to SqlCommandFilters which means instead of coding the call like this [csharp] // Explicit usage SqlCommandFilters.Parameters.Parameterize(ref cmd); // you can now call it like this // Extension method on...
Recent Comments