Quantcast
Channel: Optimizing SQL Server for an app that repeatedly hits the database with the exact same query? - Database Administrators Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by Solomon Rutzky for Optimizing SQL Server for an app that repeatedly...

The queries being identical is not the problem, and in some ways helps since the Execution Plan is cached and the data pages needed for the query should still be cached. The issue would then tend to be...

View Article



Answer by usr for Optimizing SQL Server for an app that repeatedly hits the...

If you can't change the queries you can't optimize this. From the numbers you posted almost all time is spent not in query execution.Now each query above runs very very fast, we are talking about a few...

View Article

Optimizing SQL Server for an app that repeatedly hits the database with the...

I am dealing with performance issues with a Windows app that uses SQL Server Express (2014) on the back-end.I have managed to get this running a lot better primarily by reviewing the indexing SQL...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images