I have a stored proc that basically is used for logging reports that were executed with their parameters. I’d like to run this stored proc on every execution of the report?
Do I do this through the report code window?
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.
If the report retrieves the data by already calling a stored procedure, what you should do is have this new stored procedure that you require inside the other one.
Otherwise, yes, on the report code window is the best 2nd choice, IMO.