Ajaydwivedi.com

SQL Server Live Health Check

WEBSQL Server Live Health Check. Working as a DBA, I often get pulled into issues where application teams complain about “database server is slow”. This general …

Actived: 2 days ago

URL: https://ajaydwivedi.com/performance-tuning/sql-server-live-health-check/

SQL SERVER – Blocking Tree – Identifying Blocking Chain Using sp

WEBThe main benefit of above query is that it uses world famous procedure sp_WhoIsActive to collect blocking metrics with full customization of sp_WhoIsActive.. …

Category:  Health Go Health

Live Troubleshooting High CPU on SQL Server – Part 1

WEBAjay Dwivedi. I am Microsoft Certified Professional having 10+ years of experience in SQL Server Querying, Database Design, and Administration. I am fond of …

Category:  Health Go Health

Troubleshooting High CPU on SQL Server – Part 2

WEBNow, once the high CPU issue is resolved using above mentioned steps, for RCA, I prefer to use XEvent infra of SQLMonitor, and then sp_BlitzCache. On my …

Category:  Health Go Health

[sp_HealthCheck] – Get SQL Server Health Details

WEBEver wanted to check the heartbeat of SQL Server. It is a very common activity for a SQL Server user to check CPU, SQL Memory Utilization, Available Memory …

Category:  Health Go Health

How to Monitor All SQLServers LIVE

WEBThis dashboard has one row exposing the list of SQLServer that seems to be offline/connectivity issues. Then there is a row that exposes the health metrics of any …

Category:  Health Go Health

Live Troubleshooting High CPU on SQL Server – Part 3

WEBIn my previous blogs Live Troubleshooting High CPU On SQL Server – Part 1 and Live Troubleshooting High CPU On SQL Server – Part 2, I talked about various …

Category:  Health Go Health

Category: Performance Tuning

WEBLive Troubleshooting High CPU on SQL Server – Part 1. Ajay Dwivedi | October 3, 2022. Resolve high cpu issues on SQL Server using Open Source tools. …

Category:  Health Go Health

Proactive Monitoring of SQLServers using WaitStats

WEBThe open-source monitoring tool SQLMonitor has proved to be very useful & effective for me and my team on a number of instances. Till now, we are monitoring …

Category:  Health Go Health

Procedures with RECOMPILE Option

WEBInstead of resolving the performance issue by query tuning, they end up putting more CPU pressure on server by using WITH RECOMPILE procedure level …

Category:  Health Go Health

Some useful Scripts

WEBAs a DBA/Developer, there have been many occasions where I had to write my own scripts/automation to fulfill specific business requirements. -> Script to monitor …

Category:  Health Go Health

SQL Server Query Optimization/Tuning with StackOverflow

WEBI personally prefer to analyze Logical Reads as key performance parameter for Query Tuning. Below is the screenshot of statistics for above query from …

Category:  Health Go Health

SQLServer Performance Optimization and Automation

WEBSave Money with SQLServer Optimization and Automation. Losing single_user database connection is painful, and this script helps to regain the database …

Category:  Health Go Health

Error/Fix: PackageManagement\Install-PackageProvider : No …

WEBSpread the loveYesterday I was trying to install dbatools powershell module in one virtual machine that I created for online SQL Class. Resolution:- In order to solve …

Category:  Health Go Health

First Responder Kit Power BI Dashboard

WEBPersonally, I find it very easy and useful and thus going to share few key points as below:-. 1) Default Dashboard Screen showing Batch Requests/Sec and Waits …

Category:  Health Go Health

Analyzing Deadlock Issues

WEBChoose ‘name’ as field, and provide value equal to ‘xml_deadlock_report’ under value and then Press Apply. We can also, apply filter on time here. Once filters …

Category:  Health Go Health

Performance Tuning Archives

WEBRemove High Virtual Log File (VLF) (@OptimizeLogFiles) This generates TSQL code for removing huge virtual log files (VLFs) from SQL Server database log files.

Category:  Health Go Health

Category: Blocking Alert

WEBSetup/Configure Blocking Mail Notification Alet for SQL Server on-prem & cloud including Azure, AWS, etc.

Category:  Health Go Health