Find current running SQL Server queries with a PowerShell script
The requirement is to implement a quick method to find current executing queries on any SQL Server instance. There are times when you need to quickly check an instance, but it takes time to connect using SSMS so this tip shows a quick and simple way to ch