SQL Server Memory-Performance Issue (SQL 2005 & 2008)
from last few days getting memory issue sql server 4-5 prod servers , whenever reduce "max server memory" parameter issue resolved.
issues:- 1. sql server eating 90%(cpu & memory)
2. getting query time out job/query.
--------
i have done basic checks (dbcc checkdb,updatestats,defragmentation, sys.dm_exec_query_stats, blocking...) did not proper solution. verified performance monitor(total & target memory found both equal).
apart have check memory/cpu issue ? have basic steps troubleshooting memory/cpu issue.
india
ok, means nothing run in parallel right consume cpu.
>>>what other steps have check ??
1.analyze waits @ instance level.
2.correlate waits queues.
3.determine course of action.
4.drill down database/file level.
5.drill down process level.
6.tune indexes/queries.
best regards, uri dimant sql server mvp http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
SQL Server > SQL Server High Availability and Disaster Recovery
Comments
Post a Comment