How to pollute your Plan Cache with parameterized SQL statements

Parameterization of your SQL statements is always a good idea. With parameterized SQL statements you are not able to pollute your Plan Cache – WRONG!!! In this blog posting I want to show you how easy it is to pollute your Plan Cache even with parameterized SQL statements. ADO.NET – AddWithValue ADO.NET is the part …

How to pollute your Plan Cache with parameterized SQL statements + read more