MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Performance Issue -

in Search

Performance Issue

Last post 07-07-2008 12:03 AM by sivakumar. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-26-2008 11:02 PM

    • Help
    • Top 150 Contributor
    • Joined on 06-27-2008
    • Posts 2

    Performance Issue

    I have an application using MSSQL server 2005.  While the system is running, I check the task manager and find that it uses 3GB main memory ( the server has 3.5GB ) and Dual core CPU is only 10-15% used in average. 

    However, it is very slow response time.  I need some advises to dig out the reason and improve the performance.

    Thank you

    Filed under:
  • 07-07-2008 12:03 AM In reply to

    Re: Performance Issue

    hi,

    Try to Check if any query is block your system. and if so, optimize it. and try to recreate/reorganize the indexes which created along with your tables.

    use this command to check the blocking query.

    sp_who2 'Active' 

     

    Sivakumar R 

     

Page 1 of 1 (2 items)