One of the most frequent questions which I receive from my client is about activity going inside SQL Server and how to list all sessions.
Activity Monitor and Running Query – SQL in Sixty Seconds #115
Activity Monitor can come handy when you are in trouble as well. We will see how we can take the help of Activity Monitor to track Actively Running Query.
SQL SERVER – How to Find Free Log Space in SQL Server?
Not another post on shrinking the log file. Here are two ways I monitor free log space in SQL Server: DBCC SQLPERF and sys.dm_db_log_space_usage.
SQL SERVER – How to Measure Page Splits Counter Value via T-SQL?
Question: How to measure the Page Splits counter value via T-SQL? Here is a quick script for DBAs who would rather not open PerfMon.
SQL SERVER – Monitoring SQL Server Never Got This Easy
Monitoring SQL Server for disk I/O bottlenecks does not have to be hard. Here I use Extended Events to find I/O problems that slow down your queries.




