Hi there,
I need some advice on SQL Server 2005 maintenance plan, okay here some question:
- What task(s) is/are suitable for daily maintenance and what for weekly/monthly maintenance
- Do database need to be offline while in some task, example : reorganize/rebuild index, Shrinking database, etc... (since we need to keep 90% uptime)
- How long can check database integrity, reorganize/rebuild index, cleanup history be?
- Should we do both reorganize and rebuild index?
- Do we need to update statistic after reorganize index? Since rebuild index will auto update statistic
In our case, data is inputed every 1 minute (merely 200 records per minute) 24 hours, 7 days a week.
Can someone suggest me what Maintenance Plan that good for this database?
Thanks,
Dels