Question : How to find out which reports use a specific stored procedure?

Is there a way to find out which reports refer to a specific stored procedure, other than checking all reports individually?

This is to avoid the situation where a stored procedure is updated correctly for one report, but not realizing that the update breaks other reports that refer to the same stored procedure

Answer : How to find out which reports use a specific stored procedure?

you need to run a profiler and find out all the reports that using the same stored procedure.
Random Solutions  
 
programming4us programming4us