Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

OPTIMIZE FOR UNKNOWN – a little known SQL Server 2008 feature

Using parameterized queries is a well known SQL Server Best Practice. This technique ensures caching and reuse of existing query execution plans (instead of constantly compiling new plans), as well as avoiding SQL injection by mandating that input data
Posted by mssqlisv | 5 Comments
 
Page view tracker