I am using SQL Server 2008 and we need to catch the s procedure call using DMV and stored it in the table for tracking. Is it possible to get the stored procedure call ?
Share
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.
Maybe not completly what you are looking for, but it might be start. If you are looking for the queries that have been running, with or without stored procedures, you might wanna look at this
It gives you all the queries that have been run.