How to See Rowcounts and Execution Time for In-Flight Queries in SQL Server
Category:
monitoring-troubleshooting
, sql-server
I frequently need to see rowcounts and execution time for queries while they’re running. Maybe I’m troubleshooting a slow query that’s still executing, or I want to understand which operators are causing the slowdown before the query completes.
Last week at the PASS Summit I learned some little nuances about how this works that I’d missed.
