can anyone give me some advise in regards of the best practice of manage the sql 2000 databases? such as optimize the database or do I just check the daily backup of the db and if it doesn't break, don't do anything. Any steps for the routine?
You should perform the following tasks daily/weekly or even monthly depending on the size and use of your db. Backup database (if recovery model if full backup Transaction log as well) Update stats DBCC CHECKDB Rebuild indexes
You should try a restore of your backups to a test server to make sure they are valid.
- Paul
- If at first you don't succeed, find out if the loser gets anything.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.