In my trace I see stored procedures calls in my text data like this:
EXEC SomeStoredProcedure, @Param1, @Param2
How can I capture the values of those parameters?
This is for event class
- 44 SP:StmtStarting
- 45 SP:StmtCompleted
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are these SP calls within an SP?
The Stmt events are statements within the procedure.
Look at the RPC:Completed: SQL Server Profile – View Parameter Values? or 43:SP:Completed