Maintaining a SQL Server 2000/2005 Database

  • I've just installed sql server 2005 for my company. I have various tasks to do, which include duties such as maintaining the system, monitoring data quality and producing reports. Can an expert DBA advise me what are the critical issues to take note of before and during undertaking these tasks? And in terms of maintatining the system and monitoring the quality of data, what issues should I be aware of and if needs be address or prevent occurances of these issues?

    Many Thanks

    Justin

  • Hi Justin

    I am not an Expert DBA, but you have mentioned some tasks that are critical, and has to be taken care, i would start with what you have mentioned on your post 🙂

    Cheers

  • Backups, first, last & always. You can't be paranoid enough.

    Also, are your databases in simple recovery mode or full? If full, you need to come up with a log backup plan in addition to the full backups (and incrementals if needed).

    Index defragmentation, statistics maintenance, consistency checks (which should be run before backups).

    That'll keep you busy for the next week or two. Come back for more.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • It's in full recovery?

  • wed9114 (2/4/2009)


    It's in full recovery?

    Make sure you have Full-Backup and Transactional Log back-Ups running, work out how much data loss the company can handle in a disaster and time your log back-ups to match this.

    Also Security is very important make sure you have the users and permissions set up for your needs

  • For a bare-bones introduction to backups, check this out[/url].

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • See this post on SQLServerCentral;

    http://www.sqlservercentral.com/Forums/Topic646091-146-1.aspx#bm648916

    I posted my "Post Installation Steps" doc on it.

    It's not all inclusive, but a good start.

    Tim White

  • cheers!:)

  • Cheers!:)

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply