Quick SQL Server Performance Analysis using performance dashboard

To analyse SQL Server performance at given time. SQL Server standard reports provide quick peek, but still to get complete over view we have to traverse through different reports sequentially. Also for DBA who are new to performance tuning it’s difficult to make sense of different reports all together.
Solution: SQL performance dashboard report provide you great and quick in site on things happening in or to SQL Server also information makes much more sense as it is provided with proper formatting.
www.techsapphire.in/index/quic...

Пікірлер: 10

  • @bhadresh135
    @bhadresh1354 жыл бұрын

    It is realy helpful concept to check Sql health check up. Thanks buddy!!

  • @dbalukehuang163
    @dbalukehuang1636 жыл бұрын

    Also a great sharing. Thanks. BTW: About missing index. So we only can export the report as PDF. And use another application like Adobe reader to open it. Then Copy & Paste to run in the instance and improve the instance's performance. Right?

  • @techsapphire

    @techsapphire

    6 жыл бұрын

    yes but don't blindly create index as suggested, it can lead to locking if not applied properly

  • @dbalukehuang163

    @dbalukehuang163

    6 жыл бұрын

    So can you share me more about improving SQL server performance? Right now I use DMV to do that. How to use performance dashboard to resolve the real issue? Thanks a lot.

  • @dbalukehuang163

    @dbalukehuang163

    6 жыл бұрын

    DMV can show us the most CPU consuming queries. And give us suggestions like missing index. Profiler dan tuning advisor also can give us the suggestions. performance dashboard as well. Is it good to look at them all?

  • @techsapphire

    @techsapphire

    6 жыл бұрын

    For tracing expensive queries by CPU, Logical reads, writes, etc use query store if you are using SQL 2016. Performance dashboard give you quick in site of current situation. But as a DBA if you need to fix things you need to monitor data on server.

  • @techsapphire

    @techsapphire

    6 жыл бұрын

    I take professional sessions to teach performance tuning, if you want you can also join. Just session are paid with minimum fee. Otherwise I will be recording one more lecture coming weekend on optimization.