How much Memory should be allocated to SQL Server 2005

Hi,
I have a SQL Server 2005 installation on a server having 64GBof RAM.
SQL server is allocated 57GB of the available RAM.
Could you please tell me what would be the ideal RAM allocation for my scenario. is the one that is set now, fine.
How much RAM should be left for the OS and other processes to run?
I have around 8 databases on the server and the cumulative size of all the databases in about 800GB, these are highly used servers, used for a public domain.

Umesh,
Saeid and Uri has already given you good articles to refer to please read them. Reg SQL Server utilization I am sure you are referring to task manager which is always not correct place to look for memory utilization. Below link has query which will give
you SQL Server memory utilization
http://blogs.msdn.com/b/sqlsakthi/archive/2011/02/28/t-sql-script-to-monitor-memory-usage-by-sql-server-instance.aspx
Article provided by Uri will give you not absolute value but almost correct value, but since you asked absolute value you need to look at performance counter to reach at correct memory utilization. If you refer to section 'Does my SQL server has low memory'
in article which Saeid gave you will find list of counters to monitor for memory utilization use the counters to reah absolute value.
>>OK, Can high RAM utilization by sql server cause the OS to restart by any chance.
IMO its not possible I have never seen SQL server being cause for OS shutdown. SQL Server works in non preemptive mode and will yield memory to OS when required. One possibility is when SQL server has locked pages in memory(LPIM)  and some rouge process
or driver starts using memory from OS heavily and since  SQL server memory is locked( due to LPIM privilege)  it cannot trim heavily resulting in OS to terminate but this is not because of SQL server but because of bad drivers and processes leaking
memory on OS.
SQL server using memory is normal behavior
>>This question seems vague, but I had to ask this, because my server restarts abruptly and I don't get valid reasons in the Logs for that matter.
Does SQL server starts abruptly or windows OS ? Please look at event viewer for more details and SQL server logs. Is your SQL Server 2005 patched to SP4
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
My TechNet Wiki Articles

Similar Messages

  • How much memory should be kept free in a 16gb iphone4s

    Dear All,
    how much memory should be kept free in a 16gb iphone4s? Or needn't worry about it at all?

    How should we know? It depends on how much memory you will need in the future and how many apps, songs, photos you desire to keep on your iPhone.

  • My mac is runnug out of disk space. Do /i need to by external drives?  how much memory should i get

    My imac is running out of disk space. I download a lot of media from itunes. The HD movies and TV shows use so  much space. Should I switch to the cloud, clean up my memory or buy an external memory drive? If i get an external drive how much memory is suggesyed? 1TB, 2TB or more?

    Buy an external hard drive on which to save your media. The drive should be large enough to handle your entire iTunes Library plus how much you would anticipate adding to the library over the next few years. Then backup your existing library to the external drive: iTunes- Back up your iTunes library by copying to an external hard drive.
    After you have backed up the library to the external drive you can configure iTunes to use the library on the external drive in iTunes > Preferences > Advanced. Change the path to the external drive. Once you do that quit and relaunch iTunes. It should now be using the library on the external drive. Now you can delete the library on the internal hard drive to free up the space.

  • How to install mini SAP in MS SQL Server 2005 Express?

    Hi, is anyone know how to install the mini SAP v4.6 by using MS SQL Server 2005 Express?
    I get error when connecting to the Database at 88% of the installation.
    Please help. Thank you.

    I do not think you can install miniSAP 4.6D on MS SQL server 2005 express.
    1) you need the up todate patch to run on MSSE. If  SAP did the work to allow it to run, it would be patch 55+. As supplied it is patch zero.
    2) You can install on MSDE (MS SQL server 2000) patch 4. Look for my post INFO: Installing MiniSAP 4.6D on a named instance of MSDE (MS-SQL).
    3) after the install on MSDE SP4 you would have to change the database code page to 'BIN2' look for the OSS note.
    4) then you can start patching through to the most recent.
    The main reason you cannot do this is MS have changed the version key format to include '.6' as extra info which SAP cannot interprate, too many dots.
    MattG.
    Message was edited: add URL

  • How to set the CLASSPATH for an  Sql Server 2005 database... help me please

    Hello! Guys I want to access a Sql Server 2005 database from Java.I've downloaded the JDBC 2.0 driver from Microsoft.I've copied the sqljdbc4.jar file to C:\Java\jdk1.6.0_14\db\lib.And I've added this to the classpath C:\Java\jdk1.6.0_14\db\lib\sqljdbc4.jar.The classpath variable is defined as a user variable.Well the point is that I get that nasty exception:Exception in thread "main" java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver.So if you know how to help me,please do so.Thank you :)

    Hi Timo,
    My jdev version is 10.1.3.3.0, this is for R12. By PR i mean to say process request and PFR process form request in the controller.
    In the Process request of the controller, i am finding the checkbox bean and assigning the firepartialaction for it.
    Later in the process form request for the fired event, i am trying to handle the rendered property of the messagetextinput. Is this a right approach?
    my code below
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    OAMessageCheckBoxBean oamessagecheckboxbean = (OAMessageCheckBoxBean)oawebbean.findChildRecursive("X_FLAG");
    if(oamessagecheckboxbean != null)
    oapagecontext.writeDiagnostics(this, "Message check box Bean found:", 1);
    FirePartialAction firepartialaction = new FirePartialAction("change");
    oamessagecheckboxbean.setAttributeValue(PRIMARY_CLIENT_ACTION_ATTR, firepartialaction);
    oamessagecheckboxbean.setFireActionForSubmit("change", null, null, true);
    oapagecontext.writeDiagnostics(this, "setting fire event", 1);
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processFormRequest(oapagecontext, oawebbean);
    oapagecontext.writeDiagnostics(this, "Inside Process Form Request", 1);
    if("change".equals(oapagecontext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    OAMessageTextInputBean bean = (OAMessageTextInputBean)oawebbean.findChildRecursive("X_NUMBER");
    if(bean!=null){
    bean.setRendered(Boolean.TRUE);}
    Thanks,
    Malar

  • How to restore the Password backup in sql server 2005

    How to restore the Password backup in sql server 2005

    Hello,
    THANKS............ BUT
    I executed this query 
    RESTORE DATABASE new_data1
    FROM DISK = 'd:\UK_DETAILS.bak'
    with password ='selfinity123'
    WITH MOVE 'UK_DETAILS.bak' TO 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\new_data1.mdf',
    MOVE 'UK_DETAILS.bak' TO 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\new_data1.ldf'
    I got the error 
    Msg 319, Level 15, State 1, Line 4
    Incorrect syntax near the keyword 'with'. If this statement is a common table expression or an xmlnamespaces clause, the previous statement must be terminated with a semicolon.

  • How to convert the following query to sql server 2005

    hi
    i have the following query in ms access and i want to convert it into sql server 2005 express edition
    SELECT iif(Max(BNo) is null,1,Max(BNo)+1) AS BNo from ( SELECT iif(Max(Product.BNo) is null,0,Max(Product.BNo)) AS BNo FROM Product union all SELECT iif(Max(grndetail.BNo) is null,0,Max(grndetail.BNo)) AS BNo FROM grndetail UNION ALL SELECT iif(Max(srdetail.BNo) is null,0,Max(srdetail.BNo)) AS BNo FROM srdetail ) as t
    how to do this

    The construct involving case when MAX sounds suspicious. Can you explain what the query is supposed to be doing, the structure of your table, then we can re-write it?
    E.g. if you provide your table, some data and desired result, you'll get better answer than direct translation of this suspicious query.
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • How do you compare Oracle 10G with SQL Server 2005?

    exept for performance and pricing...
    We haven't decide to upgrade SQL Server 2000 to SQL Server 2005 or buy more license for Oracle 10G...
    Any comments are welcome!

    OK I only came here because of APC's referral down the piece (I was curious where all the hits came from - cheers Andrew). Comments embedded anyway
    Thanks Gaff!
    * Staff Experience with product - how flexible is
    your staff?
    --Staff need to learn sth. new...:)That's a fair motivation if recruitment and retention of staff is an issue - if you want reliability giving business systems to people who don't know the tech is a rather foolish move.
    * Current product use Corporation/group - if you have
    15 SQL Server boxes and no Oracle, what is the
    impetus for change? Same if you have 15 Oracle boxes
    and no SQL Server ones.
    --80% SQL server and 20% Oracle. We are thinking to
    balance to 50%-50%.I'm curious as to the reasoning behind this? I don't really see what the benefit is.
    * Features - Do you want/need text handling
    capabilities? Data mining? Storage of non-text
    records? XML?
    --I think both of DB system can do these.They can
    * Scalability - Is one Windows box going to meet your
    needs or do you need to scale (now or eventually) to
    multiple boxes of multiple CPUs?
    --This is really a benefit feature of Oracle better
    than SQL Server.SQLServer scales - it just scales in a different way (federated databases vs RAC).
    Thank u for ur US$.02Are you evaluating the platform for an in-house development or a database neutral application - if the latter I'd be sorely tempted to find out what the development platform is or read the docs for clues. For example we are looking at a product that supports SQLServer,MSDE and Oracle. In the FAQ "how do I choose between SQLServer and MSDE?", if we do implement it will be on an MS platform.
    I consider this probably the most crucial factor since SQLServer and Oracle have different architectural features they tend to generate different development approaches - porting one to the other nearly always hurts the new platform. Plus if I need support I'd be hoping that I got a bug fix from a developer and not from a developer whose fix was then ported.
    The same applies to in-house dev obviously, but there at least you can hire people with the right skillset for the app development.
    Cheers
    Niall Litchfield
    Oracle DBA
    http://www.niall.litchfield.dial.pipex.com

  • How retrieving the product key for a SQL Server 2005 installation

    Hi,
    is it possible to retrieve the product key associated to a SQL Server 2005 installation?
    If yes, how?
    Many thanks

    Hello,
    The following tool may provide you the product key for SQL Server 2005 and SQL Server 2008 instances.
    http://www.nirsoft.net/utils/product_cd_key_viewer.html
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to do a silent configuration of SQL Server 2005 to a static tcp port ?

    Hello,
    I have a SQL server 2005 but after checking the ports of sql server,it is observed that dynamic ports are being used.
    I want to install SQL server 2005 and configure SQL serevr to a static TCP port by using silent mode of installation.There are ways to do it using SQL configuration manager and using server network utility but I want it through the silent mode.
    Please help to assist how this can be achieved through silent mode of installation.

    Hi AshishB,
    According to your description, you want to configure SQL Server to a static TCP port by using silent mode of installation. I recommend you use WMI scripting and the SQL Server WMI provider. After installation, change the TCP/IP port with the script. For
    more information about silent installing with fixed TCP port, you can review the following article.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/914f8b72-3164-47ae-91fb-f7ed6f8ea7e6/silent-install-with-fixed-tcp-port?forum=sqlexpress
    There is detail about how to configure that manual by launching the SQL Server configuration manager, enabling TCP/IP connections, specifying the ports from the command line, you can review the following post.
    http://stackoverflow.com/questions/9138172/enable-tcp-ip-remote-connections-to-sql-server-express-already-installed-databas
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How can I login to my MS SQL Server 2005 if I forgot my login password

    Hi,
    I am using SQL Server 2005 at home.
    My problem is I forgot my password to log in to my server.
    I only remember user name is 'sa'.
    I haven't used it for two to three months. So I forgot password.
    Previously, When I used sql server 2000, my login is as windows login. so no problem.
    But this time, I set seperate log in and I got this problem.
    Any help will be appreciated.
    Thanks
    George

     I hope the following article will help: http://blogs.msdn.com/raulga/archive/2007/07/12/disaster-recovery-what-to-do-when-the-sa-account-password-is-lost-in-sql-server-2005.aspx
      Please let us know if you have any further problems or questions.
      Thanks,
      -Raul Garcia
      SDE/T
      SQL Server Engine
     

  • How much Memory Should my IMac have?  iMac, 24-inch, Intel Core 2 Duo

    Hi, I have a problem. I have a iMac, 24-inch, Intel Core 2 Duo which had to have a hard drive replaced. Brought it home today and it is not the same? It makes weird noises when processing info and it seems to run slower. I noticed that the memory is only 1GB and this model should have 2 or something along those lines? It seems as though they didn't replace this with what I had on my original one? Can anyone help me, let me know how to verify that I am lacking what I had on this machine when I bought it and what should this model have on it? I am so ****** off right now, it isn't funny!
    Also, I can't go into my Iphoto and make any of my pictures a desktop image. That leads me to believe it is a low memory issue. Right?

    What imac do you have how old is it. The 2.4ghz 20inch model still comes with 1gb as standard in the uk anyway. most intel imac including mine are totally silent, is it overheating download a great widget called istat pro at http://www.apple.com/downloads/dashboard/status/istatpro.html this will show you your fan and temp etc. If it in warranty then take it back to apple or phone them with the machine serial number and they will inform you to what spec the imac was shipped to you. The desktop image problem - go-to system preferences then to desktop and screen saver you will find all your iphoto folder and events in the right hand side just click on your image this should work.

  • How Much Memory should OS X take up?

    So I recently updated to Mavericks, and i've seen online that it should take up 8 GB on the hard drive. But when I check my hard drive, the "other" bar, takes about 51 GB used on my hard drive. What could be taking up so much space, and How do I check/ get rid of it?

    That 8GBs is for the download. You need at least 15GGBs to install and if you did a clean install and then the iLife apps the total would be somewhere aroung 25-30GBs of disk space.
    51GBs in the Other category is about right.

  • How to recover the deleted job in sql server 2005

    Hi
    one of the user accidently deleted the job.and i want to recover the job.i have msdb backup,can i restore the database backup?
    please advice the prosess for recovering the deleted job
    koteswarrao

    You can but be careful.
    Restore the database as MSDB_Restored and then query sysjobs, sysjobsteps and sysjobschedules to get the details of your job and then use the detail to recreate the Job.
    Tony C

  • How much memory and CPU requirement to deploy  ADF Faces application ?

    Hi All,
    Is there any formula or docs to help me to determine how much memory and CPU requirement for IAS server, to deploy ADF Faces application ?
    How much memory / CPU GHz required per 1 user ?
    We plan to develope web based ERP application using ADF Faces and ADF BC.
    Pleasssee.. give me any aclue.. I need it so badly..
    Thank you for your help,
    xtanto

    xtanto,
    there is no formular for this. Note that it is not only ADF Faces but th emodel layer in particular that adds to this requirement.
    Frank

Maybe you are looking for

  • Reading and writing to file , getting null when i try to  read file content

    i start by apologizing incase i have posted this question in the wrong forum i am trying to iterate through a directory tree and pick all the subdirectories and put them in an arraylist . on the other hand , i am picking all the files and putting the

  • Does the Ipod connectors work with ZEN Visio

    does the Ipod connectors like the auto chargers work with the ZEN Vision M also the Ipod portable speaker systems.

  • Internet Explorer cannot open url in local Windows network share

    Windows Server 2012 R2 as a domain controller Internet Explorer 11 64/32 Favorites are redirected to a Windows network share (on the server itself) Issue: When clicking a favourite redirected to the Windows network share, IE does nothing.  For testin

  • A report which shows the vendor invoice and its purchase order MM

    Hi All, I wonder if ther's a SAP standard report which shows the vendor invoice (the FI document) and its purchase order MM. Could anyone help me? Thanks G.Rossi Edited by: Lakshmipathi on Aug 2, 2011 2:24 PM Thread Locked - Reason  Cross Posted

  • Comparing 2 html files

    I'm a newbie so thought I'd go through the 'Getting Started with Dreamweaver' tutorials. My file looks fine in IE but doesn't display correctly in Firefox (problem with background color). The equivalent file provided in the tutorial works in both bro