SQLpassion Web Cast, March 2017: Extended Events
Today I have published my 3rd Web Cast on YouTube. In this Web Cast I talk about Extended Events in SQL Server. Thanks for your time, -Klaus
Today I have published my 3rd Web Cast on YouTube. In this Web Cast I talk about Extended Events in SQL Server. Thanks for your time, -Klaus
The session option STATISTICS IO is my friend during query tuning engagements, because it tells you exactly how many page reads you had for a specific query. Every time that SQL Server requests a page of 8KB from the Buffer Pool, it gets logged through the output of STATISTICS IO. As a general guide I …
Do you need more than STATISTICS IO for Query Tuning? + read more
Today I want to talk more about Plan Caching and its side-effects in SQL Server. As you might know, every logical query submitted to SQL Server is compiled into a physical execution plan. That execution plan is afterwards cached in the so-called Plan Cache for further reuse. Let’s talk in the first step about adhoc SQL statements …
I have previously very often talked on my weblog about Bookmark Lookups in SQL Server, and how bad they can be regarding the various problems they introduce. In today’s blog posting I want to talk a little bit more about the performance aspect of Bookmark Lookups, and how they can slow down your whole SQL …
The Performance Penalty of Bookmark Lookups in SQL Server + read more
Today I have published my 2nd Web Cast on YouTube. In this Web Cast I have talked today about CXPACKET Waits in SQL Server. Make sure to signup for my next Web Cast on March 28 where I will talk about Extended Eents in SQL Server. Thanks for your time, -Klaus