Watches who's talking to your SQL Server, in real time.
A free Windows app that shows you, live, which login accounts and applications are connected to a SQL Server instance, from which hosts, and exactly what queries they are running.
Download for Windowsadf30596be5ba6c3a984cc229e9a902c1c6f4a321d239236d5ae50fbd3e4455f
0fdec4234bffe4cd159a208488efa5942f382d55b9ced5a80d6f0c2ccb281b71
On connect, a temporary Extended Events session captures every completed batch and stored procedure call, tagged with login, client host and application name.
Executions are grouped by login, host and application together, so you know exactly which account, machine and app produced a given piece of activity.
Each group shows its top 5 queries by execution count. Preview opens the full text with line numbers for anything too long to read in the grid.
Narrow the list live as you type, matching against login, client host or application name.
Create Report produces a self-contained HTML report of everything captured so far, ready to save or print to PDF.
SqlPulse only reads. The Extended Events session it creates is dropped on disconnect, and everything captured lives in memory only.