max server memory

  • hello experts,

    what are the basic steps to increase sql server memory,

    does it require any restart ??

  • Steps to set max server memory or min server memory?

  • Step 1: type set max server memory into your favourite search engine.

    John

  • john,

    then??? lock pages enable permision?? and service restart, not required??

  • SQL does not need to be restarted for memory changes to take effect. Once you set it you should see it show up under running values.

    Are you on a 64-bit machine? Is this a VM or physical? There are considerations to make if you are going to set lock pages in memory.

    Joie Andrew
    "Since 1982"

  • Zeal-DBA (11/28/2012)


    john,

    then???

    Go for coffee?

    lock pages enable permision??

    Not required for just changing max server memorry

    and service restart, not required??

    Not required.

    I'm fairly sure I or another person has referred you to this book already. Chapter 4. http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/

    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
  • widows server 2003 R2 (64 bit)

    SQL serever 2005 SP2 (64 bit)

    please let me know steps to set max server memory or min server memory.

  • Yes Gail anthony suggested, and i started the chapter 4 but dint get time to complete it... :-P:-D

  • Zeal-DBA (11/28/2012)


    widows server 2003 R2 (64 bit)

    SQL serever 2005 SP2 (64 bit)

    please let me know steps to set max server memory or min server memory.

    Server properties -> Memory -> Enter the desired values

    Or exec sp_configure to set the desired values.

    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
  • Zeal-DBA (11/28/2012)


    Yes Gail anthony suggested, and i started the chapter 4 but dint get time to complete it... :-P:-D

    You know, just maybe the answers are in there...

    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
  • Hmmmm..., Gail thanx for your valuable support... 🙂

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

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