I have a long running query in SQL Server 2014. It's a stored procedure invocation. In Activity Monitor, it shows up. The details view provides the currently running SQL, which is the EXEC statement. The command column says it's an UPDATE
.
The stored procedure in question has several UPDATE
statements. How do I know which one is currently running? Also, is there a way to know the stored procedure parameters?