April 21, 2010 at 4:04 am
Hi
let me know some performance tuning tips for (production environment) a DBA for handling >1gb-300gb Databases in sql server 2000 ,2005
what are the basic steps & TIPS
April 21, 2010 at 6:04 am
Performance tunning is very VAST area. it will taker years of practice.
You can tune your db thru
1. SQL Server profiler
2. DTA (Database Engine Tuning Advisor)
3. DMVs(Dyanamic management views)
4. DBCC commands
but can you specify you exact requirement ?
In the meantime refer these links
http://www.sqlservercentral.com/articles/Advanced+Querying/performancetipspart1/1759/
http://www.sqlservercentral.com/articles/Performance+Tuning/performancetipspart2/1780/
http://www.sql-server-performance.com/articles/per/best_performance_tips_p1.aspx
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
April 21, 2010 at 7:05 am
I generally try not to do this, but in this case, follow the link in my signature below. There's a book that covers what you need.
There's no way for someone to give you enough information in a blog post to provide you with a meaningful construct to begin performance tuning.
Also, just so you know, the difference between tuning for a 3gb database and a 300gb database is rather large.
For more specific answers, please ask more specific questions.
"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
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply