increase Ram?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mtcc

    increase Ram?

    i have DB 2GB on disk.
    if i increase tha ram up to 4GB, the sql sever use with the
    ram to his temporary table while process quiry?


  • John Bell

    #2
    Re: increase Ram?

    Hi

    SQL 6.5 had an option to load tempdb in RAM but this is not available in
    newer versions. In the later versions you can pin tables in memory but if
    your table is temporary it would not be a candidate for this as small static
    tables are more suitable for this option.

    The ability to use more than 2GB of memory is dependent on the version of
    SQL Server you are running and the version of Windows it is being run on. To
    enable more than 2GB memory check out:




    John

    "Mtcc" <m> wrote in message news:3fbdf127$1 @news.012.net.i l...[color=blue]
    > i have DB 2GB on disk.
    > if i increase tha ram up to 4GB, the sql sever use with the
    > ram to his temporary table while process quiry?
    >
    >[/color]


    Comment

    Working...