I was just checking out the built in admin reports and trying to find a way to see exactly what reports a specific user has run. It doesn't appear that there's functionality in the existing "Statistics Summary" report to do that. However in looking at that report's code it contains the following lines:
/* Not included in the distribution */
select 'dbr.report', 'sp_DBR_userusage', 'popup', 2, 'inUser=4', 'inStartDate=-2', 'inEndDate=-3';
So is there any way to get that stored procedure? It looks like it fits exactly what I'd like to see.
Thanks,
-nth-
PS - I know I could build my own, but using an existing one would be much quicker! :)