April 27, 2011 at 3:12 am
what is way to optimize Our Database?
April 27, 2011 at 3:23 am
Identify the queries that perform badly. Rewrite or adjust indexes to make them run better. Repeat until performance is acceptable
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 27, 2011 at 7:35 am
and don't forget to denormalize where you need to.
April 27, 2011 at 7:45 am
After you read through Gail's excellent articles, if you still need more info, please check out my book "SQL Server 2008 Query Performance Tuning Distilled."
"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
April 27, 2011 at 7:47 am
kanuri.sandeep (4/27/2011)
and don't forget to denormalize where you need to.
Without a lot more information, I wouldn't suggest any denormalization until you have a very thorough understanding of where the performance bottlenecks lie. Normalization can actually enhance performance[/url] and absolutely enhances data storage and data accuracy.
"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 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply