Performance Issue of the database

Avyayah 1,291 Reputation points
2021-05-17T22:23:52.267+00:00

One of the database is having performance issue. We have rebuild index but performance is still an issue. Please advice what other solutions can be used to increase performance.

SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2021-05-18T05:34:15.547+00:00

    One of the database is having performance issue

    Databases as it don't have performance issues, but may queries running against it. So you have to identify expensive/long runing queries.
    See for example https://www.sqlshack.com/how-to-identify-slow-running-queries-in-sql-server/

    0 comments No comments

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2021-05-18T22:05:42.65+00:00

    Before we can start talk about solutions to increase performance, you need to track down more precisely where the problem is. If you are on SQL 2016 or later, Query Store is a great tool to track down slow queries.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.