SQL Server Architecture Diagram

Why is our SQL Server Application running so slowly?

SQL Server Database Application performance issues?

Do you have SQL Server database applications that seem to be struggling to keep up with user demand or failing to deliver information quickly, but have no idea why?
  • Are customers complaining your system is too slow?
  • Are users complaining tasks take too long?
  • Are some client applications running slowly or timing out?
  • Are some queries/reports taking forever?

SQL Server - Monitoring Logical and Physical Reads & Buffer Cache Usage

Monitoring Logical and Physical Reads & Buffer Cache Usage

Many SQL Server performance problems will come down to poor physical disk performance or inadequate memory resource. This article takes a look at the Buffer Cache and some of the tools that we have for troubleshooting poorly performing SQL Server instances and queries.

Throughout this article we will meet a number of Dynamic Management Views, Functions and System Views:

SQL Server - Why is this query so slow?

How many times have you asked yourself that question?

If you work with SQL Server based applications then probably quite a few!

No matter what the application you are working with (CRM, Sales Order Processing, Financial Accounting, Contact Management, Booking System (to name but a few!)) there is a database behind it. Most common applications will store their data in either a Microsoft SQL Server Database or an Oracle Database (of course there are other relational database platforms out there).