Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, need advice on system performance 1

Status
Not open for further replies.

sqlgracie

Programmer
Feb 8, 2007
8
US
Hi,

I am starting a new job next week. Part of what I am required to do is a "system diagnostic" on a SQL Server 2000 box to determine what areas can use improvement - this would include configuration settings, backup/recovery, sql tuning, etc... and anything else I may not have mentioned here!

What I need is a thorough and systematic approach to doing this. Can anyone please give me advice, or point to a FAQ or other links that discuss this. I am running out of time.

THANKS MUCH

 
no problem.
The sites have lots of good scripts too that you can run to check performance.

Good Luck in your new job.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
Oh, one more thing, I am also trying to find a FAQ that covers just "general DBA" maintenance tasks - sort of what you would see under maintenance plans. Or do you think maintenace plans cover the basics?

For example, things such as:

clean up of msdb backup tables
automatic reindexing
etc

Just want a list of everything that needs to be done :)
 
Here is a quick list of things that I daily and weekly.

Daily
-Backup all database and TLOG.
-For db's that I need to recover to a point in time I will run incremental TLOG backup through out the day.(every 30 min)
-Update stats

Weekly
Re-index
update usage
cycle the error log so log doesn't get to big
checkdb
delete old backup history (older than 3 months)

I'm sure I've left out somethings but you get the idea. Here is a really good site that can help.




- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top