SQL Server high CPU and I/O activity database tuning
        Posted  
        
            by zapping
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zapping
        
        
        
        Published on 2010-02-04T12:17:27Z
        Indexed on 
            2010/03/21
            0:41 UTC
        
        
        Read the original article
        Hit count: 510
        
Our application tends to be running very slow recently. On debugging and tracing found out that the process is showing high cpu cycles and SQL Server shows high I/O activity. Can you please guide as to how it can be optimised?
The application is now about an year old and the database file sizes are not very big or anything. The database is set to auto shrink. Its running on win2003, SQL Server 2005 and the application is a web application coded in c# i.e vs2005
© Stack Overflow or respective owner