article thumbnail

Tuning SQL Server Reporting Services

SQL Performance

This article will cover many areas that database administrators need to be aware of in order to properly license, recover, and tune a Reporting Services installation. SSRS 2008 brought that component into the reporting service module. Tuning Options. Tuning SSRS is much like any other application. General Tuning.

Tuning 67
article thumbnail

How To Reduce the Costs of Database Management in Financial Services

Percona

During the recession of 2008, they experienced firsthand how fast money and assets can vanish. Tune and optimize to improve performance Even if you consider your database platform modern, simple database tuning and optimization can speed up your processes significantly.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Improve user experience with more visibility into CDN-related HTTP errors (Part 1) 

Dynatrace

This approach was already at its limit back in 2008 when an Akamai CDN network had only ~25,000 delivery nodes. Stay tuned for Part 2. If you enjoyed this post, stay tuned for the follow-up post where we’ll give you a walk-through of how you can get HTTP error visibility into 3rd party tools using Dynatrace RUM.

Tuning 186
article thumbnail

DevOps automation: From event-driven automation to answer-driven automation [with causal AI]

Dynatrace

The evolution of DevOps automation Since the concept of DevOps emerged around 2007 and 2008 in response to pain points with Agile development, DevOps automation has been continuously evolving. Business process automation Business process automation is the foundation for improving operational efficiency.

DevOps 222
article thumbnail

Finding Distinct Values Quickly

SQL Performance

Back in 2014, I wrote an article called Performance Tuning the Whole Query Plan. Finding a small number of distinct values might seem like quite a specific requirement, but I have come across it fairly frequently over the years, usually as part of tuning a larger query. Test Environment. Final Thoughts.

Servers 86
article thumbnail

Analyzing "death by a thousand cuts" workloads

SQL Performance

ORDER BY [ Short Query Text ] ; The query_hash was added in SQL Server 2008, and is based on the tree of the logical operators generated by the Query Optimizer for the statement text. . [ text ] , 255 ) , CHAR ( 10 ) , '' ) , CHAR ( 13 ) , '' ) AS [ Short Query Text ] , qs. CROSS APPLY sys.

C++ 74
article thumbnail

Common SQL Server Mishaps

SQL Performance

If you are on SQL Server 2008 – SQL Server 2014, for a single NUMA node with less than 8 logical processors, keep MAXDOP at or below the number of logical processors. For more information about tuning cost threshold for parallelism, Jonathan Kehayias wrote: Tuning 'cost threshold for parallelism' from the Plan Cache.

Servers 49