SQL Server 2k SP3 Memory

  • Hi.I have a problem like that.

    My company site in ASP.We are using sql2K.I want to know which sql sentence in asp take long time in asp.

    Because SQL server every time using the most of the memory of server (win 2000 server).

    Can you help me please.

  • SQL Server will always take as much memory as you allow it to take.

    It uses it to cache execution plans, returned resultsets, derived tables, etc.

    It does not erase it until it runs out of memory.

    If you want to limit amount of memory available to SQL Server set the limit explicitly.

    _____________
    Code for TallyGenerator

Viewing 2 posts - 1 through 2 (of 2 total)

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