I am trying to see the actual query with parameters that are being run by a stored procedure. I am pretty sure you could do this with SQL Profiler. I only see the EXEC <SP> statement in Extended Events, not the inner query. Is this possible?
Thanks
I am trying to see the actual query with parameters that are being run by a stored procedure. I am pretty sure you could do this with SQL Profiler. I only see the EXEC <SP> statement in Extended Events, not the inner query. Is this possible?
Thanks
Yes, you can use XE on any of the Azure SQL products. Profiler won't work against sql database as @stout27 mentions.
I'd start here: https://sqlperformance.com/2019/02/extended-events/capture-queries-sql-server
Erin has a lot of information out there around XE.
17 People are following this question.