Related resources for SQL Parameter Sniffing
  • Parameter Sniffing in SQL Server2/24/2023 4:49:12 AM. This article is an attempt to explain what Parameter Sniffing is all about and how it affects the performance of a Stored Procedure.
  • Controlling Parameter Sniffing in SQL Server11/11/2013 5:49:22 AM. Parameter sniffing is helpful when there are several parameters in a Stored Procedure and also there is no favorite combination of parameters. If the value of parameters is not known at the time of compilation, there is nothing to be sniffed.
  • Parameter Sniffing in SQL Server11/5/2013 12:04:46 PM. This article explains how to avoid unnecessary compilations by reducing the number of ad hoc query in the cache plan using parameter sniffing in SQL Server.