Script to find Running Process and Session in SQL Server

In this post, I am sharing different scripts to find the running sessions and processes in SQL Server. As a DBA, this is very much important to find all current running sessions and processes of SQL Server. Below are three different ways for find the all running process of SQL Server. First, Using SP_WHO & … Continue reading Script to find Running Process and Session in SQL Server