1
kudos
spam Kudos Remove

Improve Performance on query execution - control Parameter Sniffing

published 783 days, 15 hours, 7 minutes ago posted by sasa 792 days, 16 hours, 47 minutes ago
Thursday, April 01, 2010 6:25:00 AM GMT Tuesday, March 23, 2010 4:45:31 AM GMT
Going back to basics 'parameter sniffing' is a process where SQL Optimizer helps (sniffs) the execution process any current parameter values during compilation or reccompilation process. It will attain a pass-along values to the query optimizer so that the values can be used to generate a potential faster query execution plan/policy. That helps in some cases but at not all of the execution fashion, such as huge volume of rows are returned. It is nothing but SQL optimizer replaces the constants 'literal'...(read more)
category: News | clicked: 1 | | source: sqlserver-qa.net | show counter code
tags: kba, Maintenance, monitor, parallel execution, Performance, profiler, Query, SQL Server

No comments yet, be the first one to post comment.

To post your comment please login or signup