Premium Content

Access "The most dangerous game: Hunting down bad SQL query performance"

Don Jones, Contributor Published: 13 Oct 2012

Once you’ve fine-tuned your databases’ indexes, maxed out your hardware and gotten the fastest disks money can buy, you’ll hit a limit on how much performance you can squeeze from your SQL Server machines. At some point you have to focus on fine-tuning the applications rather than beefing up SQL Server itself. That takes you into the somewhat tricky world of query analysis, where you try to identify database queries that -- because of the way they are written --aren’t performing as well as they could be. SQL Server comes with an excellent tool, SQL Profiler, that’s designed to capture traces. Think of these as similar to a network packet capture: You’re actually capturing the raw queries being fed to SQL Server, along with information about their execution time. Using this raw data, you can spot bad SQL query performance, and then offer advice to the application developers on how to improve them. For more on SQL query performance Find out how statements can help SQL query performance Learn to predict SQL query performance on larger sets Actually improving ... Access >>>

Access TechTarget
Premium Content for Free.

By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States. Privacy

What's Inside

Features

More Premium Content Accessible For Free

  • SQLServer_May12.jpg
    E-Zine
    Should you upgrade to SQL Server 2012?

    Are you going to upgrade to SQL Server 2012? This edition of SQL Server Insider sets out to help you decide whether the investment is worth it or not...

  • SQLServer_Mar12.jpg
    E-Zine
    SQL, NoSQL technologies coming together in new Microsoft project

    Everyone knows SQL and NoSQL technologies don't co-exist well. But can they? Check out Issue 3 of SQL Server Insider E-Zine to find out about the ...

  • SQLServer_Dec11.jpg
    E-Zine
    Azure Cloud testing tips for SQL Server shops

    As Microsoft continues to extend its reach with its most recent offerings, customers are presented with new opportunities and challenges alike. Read ...