I have multiple reports on SSRS running off of multiple stored procedures.
I was wondering if there was a way to restrict users to running reports within certain times e.g. only allowing a report to be ran between 9-10am and 2-3pm.
I can think of possibly saying to return an empty dataset if ran between times, but I didn't know if there was a better way of doing this?