August 12, 2009 at 10:04 pm
hi experts i have a database exixting 300 tables
now i need to create indexes for the tables to increase performence
pls suggest some good solutions
thanks in advance
August 12, 2009 at 10:55 pm
Run a trace for an hour or so during the busiest time of the day and feed the traced data to the index tuning wizard and see what it recommends. Other than that do all tables have primary keys? Clustered indexes?
CEWII
August 13, 2009 at 2:06 am
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
August 13, 2009 at 4:36 am
thanks for replying gail
but how can i find which table require indexes and
how to check wether indexes present in the table
for performence tuning
pls reply
August 13, 2009 at 5:01 am
Did you read those articles?
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
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply