I have a small database for a school project and I need to create a Database Maintenance Plan with the following requirements:
- it has to manually (through scripting and not user interface)
- it must reorganize data and indexes
- it must validate database integrity
- it must be run automatically everyday at 19:00
well, I have absolutely no idea on how to do this
Can someone help me out, please?
I found some commands to create backups and reorganize indexes but I can't find a way to run them periodically.
Thanks Chiapa