SQL Server 2005 Performance Problem


 

i have started getting unexpected performance issue.  sqlserver.exe chewing 90% of cpu extended times.  how go diagnosing problem?

 

what quickest fixes?

 

my server on small side:

  1. windows server 2003 sp2
  2. memory 1gb (being upgraded 2gb)
  3. 2.2 mhz

thank you

michael,

suggestions:

1. make sure up-to-date service packs (sp2 sql server 2005)

2. reindex tables ( schedule every weekend) this:

code snippet

use adventureworks;
go
alter index on production.product
rebuild (fillfactor = 90, sort_in_tempdb = on)

3. install sql server 2005 performance dashboard reports . these reports give great details performance issues based on dmv/dmf data.

article:

http://www.sqlusa.com/articles/query-optimization/


 



kalman toth sql server 2012 & bi training
new book: beginner database design & sql programming using microsoft sql server 2012




SQL Server  >  SQL Server Database Engine



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........