June 26, 2009 at 11:46 pm
Hi all
I need the links for the query optimization , controls of the CPU USAGE ,..
regards
sat_SQl
June 27, 2009 at 3:39 am
SAT_SQL (6/26/2009)
Hi allI need the links for the query optimization , controls of the CPU USAGE ,..
The foremost thing to lookout for is having indexes on the columns in the where clause. Besides this you should look after index fragmentation issues and updating statistics.
You may like to go through
http://blogs.msdn.com/queryoptteam/
and
http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1299403_mem1,00.html
June 27, 2009 at 4:01 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
June 27, 2009 at 5:06 am
GilaMonster (6/27/2009)
http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-1/
Thanks Gail for writing such a great article series, undoubtedly the best on the subject one could ever find anywhere:-).
June 29, 2009 at 5:23 am
Thanks Gail
Regards
sat_sql
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply