SQLpassion BLOG

How SQL Server executes a query

Today I want to lay out today the foundation about how SQL Server executes a query. This is a very important topic, because everything else regarding performance tuning and troubleshooting is based on these concepts. The following pictures give you an overview about the most important components within SQL Server, that are used when we are …

How SQL Server executes a query + read more

The pain of Forced Parameterization in SQL Server

A few months ago I blogged about the challenges of Simple Parameterization in SQL Server. Today I want to continue this discussion by talking about Forced Parameterization in SQL Server. Forced Parameterization Simple Parameterization has a number of limitations in SQL Server. It will not happen if your SQL statements contain any of these: JOIN …

The pain of Forced Parameterization in SQL Server + read more