Sign in
Bart Duncan's SQL Weblog
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
Policy Based Management
Query Tuning
SQL Capacity Planning
SQL Deadlocks
SQL Locking
SQL Memory
SQL Optimizer
SQL Performance
SQL Procedure Cache
SQL Server
T-SQL
Monthly Archives
Archives
March 2012
(1)
March 2011
(1)
January 2011
(2)
November 2010
(1)
August 2010
(1)
June 2010
(2)
May 2010
(1)
May 2009
(1)
March 2009
(1)
September 2008
(3)
July 2007
(2)
September 2006
(3)
August 2006
(2)
July 2006
(3)
June 2006
(1)
Browse by Tags
MSDN Blogs
>
Bart Duncan's SQL Weblog
>
All Tags
>
sql procedure cache
Tagged Content List
Blog Post:
Query Hash Statistics, a query cost analysis tool, now available for download
bartduncan
Some time ago I described the query fingerprint and query plan fingerprint (a.k.a. query hash / query plan hash) features that were added in SQL Server 2008. A fingerprint identifies all queries or all plans that have the same “shape”. With query fingerprints you can get the cumulative cost...
on
3 Nov 2010
Blog Post:
Finding procedure cache bloat
bartduncan
Explicitly parameterizing queries is a well-known best-practice for database app developers. There are cases where it can make sense to execute a query unparameterized, but, in general, you should default to explicit parameterization. It can make your queries faster by avoiding unnecessary compilation...
on
26 May 2010
Page 1 of 1 (2 items)