The Enterprise Product allows you to schedule stored procedures to run after your nightly job runs that can refresh data in custom tables used for reporting. Run serially, these stored procedures should not exceed 20 minutes in runtime. If procedures exceed 20 minutes, the refresh will be stopped and you will be notified of the failure.
To schedule a stored procedure to run nightly, you’ll need to update the "EXEC "custom.sproc_Custom_AdvancedPlan_Master" procedure with an execute statement for your custom stored procedure (e.g. "EXEC custom.sproc_Custom_Student_Demogrpahics’)