I have to develop a system to monitor the generation/transmission of reports.
- System data will be stored in database tables (Sybase)
- Reports will be generated with different schedules ("mon-fri 10pm", "sat 5am", "1st day of the month", etc.)
- System will just monitor that the reports were created. It will not create the reports itself.
- System will notify appropriate personnel when a report did not finish.
- System will maintain a log of all generated reports
Anyone know of a good(tried and proven) table(s) design for storing the task shedules?. I already have an idea, but I don't want reinvent the wheel.