Performance Tuning

Data Pages – the Foundation of SQL Server

Last week we laid out the foundation for how SQL Server executes queries. I have also already talked here a little bit about pages that are buffers of 8kb. Today we concentrate further on these pages and drill into more detail and what it means from a performance tuning perspective. Pages are the foundation of …

Data Pages – the Foundation of SQL Server + read more

Building an AMD Ryzen system for Microsoft Flight Simulator 2020

As you might know, I’m quite addicted to flight simulation, and I’m also running my own a flight simulation center in Vienna (which is currently closed because of Covid-19). And last year Microsoft released Microsoft Flight Simulator 2020 (MSFS 2020). Therefore, I thought it would be a great idea to build an AMD Ryzen system …

Building an AMD Ryzen system for Microsoft Flight Simulator 2020 + read more

SQLpassion Online Training about Statistics & Plan Caching

On January 28, 2021 I will run an SQLpassion Online Training about Statistics & Plan Caching in SQL Server. Statistics are used by SQL Server to estimate how many rows are returned for a given query. Based on that assumption, the Query Optimizer compiles a physical Execution Plan, which is finally executed by SQL Server. The …

SQLpassion Online Training about Statistics & Plan Caching + read more

SQLpassion Online Training in April

Today I’m quite happy to announce my upcoming SQLpassion Online Training for April. I have reworked the content of my already famous SQL Server Performance Troubleshooting Workshop, were I concentrate now more on the current VM and Hypervisor configuration for SQL Server. I will also give you a lot of different tips and tricks around …

SQLpassion Online Training in April + read more