Forum Discussion
Victor_Sotnikov
Jun 14, 2024Copper Contributor
SQL Profiler: can I see values of a proc when it is called from another proc?
I have SQL Server 2012 Enterprise. I have run SQL Profiler to track calls of my stored procedures. I have specified SP:Starting event for this. There was a situation when my client application call...
olafhelper
Jun 16, 2024Bronze Contributor
Victor_Sotnikov , Profiler can only trace external call.
For internal you could use SQL traces or extended events, see
Victor_Sotnikov
Jun 19, 2024Copper Contributor
Thank you for the "For internal you could use SQL traces or extended events" advise.
But - just in case - will this approach work on SQL Server 2012 ?
But - just in case - will this approach work on SQL Server 2012 ?
- olafhelperJun 20, 2024Bronze ContributorTest it and you will see it.
I don't have such an old SQL Server to do it for you.