Performance Problem in MS SQL 2000 Server

  • Hi,
    I need your help regarding the memory utilization problem in MS 
    SQL 2000 server. (Ent.Edition). 
     Initially the SQL Service is utilizing low memory. But the 
    Memory utilization is increasing drastically (up to GBs) and the server is 
    getting slow when the users (below 10) are accessing the database.
     Please give the procedure for increasing the performance of the SQL 
    Server 2000
    Thanks & Regards
    Sreenivas.S
  • Hi, Troubleshooting performance problems are always difficult - even when you are in front of the server. Can you give us some more background? In particular:

    Has this only just started? What else is going on with the server? Is the hardware OK?

    What else is the server used for? What other processes are running?

    Is it the read or the write thats slow?

    The usual culprits are db files autogrowing, poor indexing, statistics not updated. Using a lot of memory is (by itself) not neccesarily a performance issue.

    After checking the above I would put a trace on and filter for events taking longer than 1 second.

    Allen

     

  • Agree with above. I would also run performance monitor and check for memory usage, page swapping, hard disk usage, processor usage.

    Is the server dedicated to SQL Server? If not, what else is running on it?

    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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Other questions for background:

    • How many CPUs ? How fast are they ?
    • How much RAM ?
    • How many disks in the server ?
    • Areyou using a SAN ?
    • What is the OS version and SP ?
    • What is the SQL Version and SP ?
    • Is this a machine dedicated to SQL Server ?
    • Are there other applications running on it ?
    • Are you running a 'default' SQL Server configuration ?
    • How many databases ? How large are they ?
    • Is this a Production or Test/Development server ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply