Product Support
Support for your product in a single location.
Downloads
New releases, updates and patches.
Company Brochure
What does Simplicity Mean?Learn more in our brochure
Executive Blog
Our leaders' commentary on news in the software industry. Read now
Careers
Where do you want to be?Search jobs
Knowing as many tuning tricks and techniques as possible expands your options when tuning for performance. In addition, knowing an effective process for analyzing query performance and behavior is an essential skill for any SQL Server professional.
This white paper introduces several basic elements that you can use to successfully tune queries, including:
a) SET commands that show you what a query is doingb) DBCC commands that help construct a useful “test jig” for query tuningc) Key elements of an execution plan to consider
a) SET commands that show you what a query is doing
b) DBCC commands that help construct a useful “test jig” for query tuning
c) Key elements of an execution plan to consider
In addition, the paper describes a handful of scenarios where poor performance is common, and provides recommendations for improvement. Author: Kevin Kline