Max Memory Settings Not Working (SQL Server 2008 R2)

I have 12 GB ram in sql server 2008 R2 of 64 bit server (Windows 2008 R2).
I have set the Max memory setting to 12288 MB Memory setting.
Still the usage of sql server process is around 14  GB.
Is Max memory setting not working?
I have also enabled AWE after all it is 64 bit.
Thanks

Problem is that: my OS is halting due to this RAM. I have 16 GB of ram and assigning 12 GB to SQL SERVER and rest is using for OS. Please guide me how to get information about actual memory usage from all sql server processes. like
all CLR etc 
Hi,
Are you also running SSIS/SSAS/SSRS with database engine services. What do you mean by OS is halting ?
If you want to check whether SQL Server is facing memory crunch please have a look at perfmon counters from
this link
Sys.dm_OS_memory_clerks would be DMV helpful in tracking memory utilized by various processes
I have also enabled AWE after all it is 64 bit. Thanks
Please note AWE doe snot have any notable affect in 64 bit system.
Below will tell you memory used by SQLCLR
select single_pages_kb + multi_pages_kb + virtual_memory_committed_kb from sys.dm_os_memory_clerks where type = 'MEMORYCLERK_SQLCLR'
Below query will give you memory consumed by various clerk
SELECT type, SUM(multi_pages_kb)
FROM sys.dm_os_memory_clerks
WHERE multi_pages_kb <> 0
GROUP BY type
ORDER BY SUM(multi_pages_kb) DESC
Can you reduce max server memory to 11 G and see if it gives some relief
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 Article
MVP

Similar Messages

  • Multiple Home Page settings not working in Server 2008 R2

    I have Windows Server 2008 R2 as a DC & ADC is same 2008 R2 server both with SP1 with IE 11 installed 
    other Group policies are there & running well.
    I had setup two home pages but on user machines its showing & running only one Primary home page.
    I have one my intranet site & another home page is our website.
    I have enable "Disable changing Primary Home page" & kept my intranet page there.
    I have enable "Disable changing Secondary Home page" & kept my website page there.
    After gpupdate I can see only one page in users Internet settings. My website page is not at all loading !!!
    Scenario 2 :-
    I have selected not configured option for "Disable changing Primary Home page" & apply.
    I have enable "Disable changing Secondary Home page" and kept Both Intranet & my website page address there.
    after Gpupdate its loading 3 pages. Twice same intranet page & one website page.
    In group policy configured only two & loading 3 pages?
    I need it must show only two pages. Tried all the ways & seems frustrating with Windows Server 2008 R2 Group Policy.
    Does anyone succeeded in the multiple home i.e. must load Only TWO pages in the IE browser via Group policy.
    All users have 64 bit Windows 7 OS with IE 10 & IE 11 browser installed & updated. Servers has IE 11  
     

    Hi,
    As suggested by Martin, the easy way to do this is GPP.
    >>I have selected not configured option for "Disable changing Primary Home page" & apply.
    >>I have enable "Disable changing Secondary Home page" and kept Both Intranet & my website page address there.
    Before going further, we should set both these settings as Not Configured. Then we go to
    User Configuration\Preferences\Control Panel Settings\Internet Settings.
    After creating a new Internet Settings item, we can configure the homepages in the blank on the
    General tab. Note: to make the settings effective, we need to press
    F5 to make the line under the blank green. At last, we can run
    gpupdate/force to refresh the policy.
    Best regards,
    Frank Shen

  • What is the best way to deal with memory leak issue in sql server 2008 R2

    What is the best way to deal with memory leak issue in sql server 2008 R2.

    What is the best way to deal with memory leak issue in sql server 2008 R2.
    I have heard of memory leak in OS that too because of some external application or rouge drivers SQL server 2008 R2 if patched to latest SP and CU ( may be if required) does not leaks memory.
    Are you in opinion that since SQL is taking lot of memory and then not releasing it is a memory leak.If so this is not a memory leak but default behavior .You need to set proper value for max server memory in sp_configure to limit buffer pool usage.However
    sql can take more memory from outside buffer pool if linked server ,CLR,extended stored procs XML are heavily utilized
    Any specific issue you are facing
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Crystal Report Export not working in Server 2008

    Hi
    Please Help..
    I am Using Crystal report Report 9 with VB 6 and SQL Server 2008. All my Client PC s (Windows XP SP3) are able to export the reports in any format but with my SERVER - (Windows Server 2008 (32 Bit)) it isn't possible. The Button is very much enabled
    but when I click on it, Nothing happens.. Please Help... 

    Hi,
    I would like to suggest you try to run SAP Crystal Reports under Compatibility Mode to check if it works.
    Run in compatibility mode with administrative privilege
    ================================
    1. Right-click the .exe file of the SAP Crystal Reports program and choose
    Properties.
    2. Switch to the
    Compatibility tab.
    3. Please check the
    Run this program in compatibility mode for and choose
    Windows XP (Service Pack 3).
    4. Check the
    Run this program as an administrator box under the
    Privilege Level.
    5. Click
    Apply, click OK.
    Note: If the option is unavailable when running this program as an administrator, it means that either the application is blocked from always
    running elevated, the application does not require administrative credentials to run, or you are not logged into the computer as an administrator.
    If it does not work, it is high recommended to contact your local SAP Support Engineers for further assistance. They are more familiar with their own
    product.
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • FSRM Service not running and Quota Management not working in Server 2008 R2

    Hi,
    First of all, I would like to start from beginning. I installed File Server Resource Manager in our Windows Server 2008 R2. We were especially using it for Quota Management. And we aren't using C drive but instead F drive (different volume) for quota management.
    Suddenly one day, it stopped working therefore, I assumed that maybe if I restart it would have worked but unlike Linux which usually works, it didn't work. Now I can't get my File Server Resource Manager to start.The error which I get can be seen below:-
    File Server Resource Manager Service error: Unexpected error.
    Operation:
       Checking the File Server Resource Manager global configuration store.
       Starting File Server Resource Manager Service.
    Error-specific details:
       Error: CGlobalStoreManager::Install(), 0x80070005, Access is denied.
    I did some research and there were very limited results but none of them worked.
    I tried going into System Volume Information on both C drive and F drive. I tried going inside
    SRM folder removing quota.xml and readding but to no avail. Finally, I removed the
    File Server Role and reinstalled but it didn't really work. I still have the same problem.

    Hi,
    My first thought is also "System Volume Information" folder. So let's try the following steps again to make sure that it is fully tested.
    Run the following commands. You can copy to a BAT file instead of manually run all commands:
    cd \
    takeown /r /F "System Volume Information" /D Y
    icacls "System Volume Information" /grant Administrator:(F)
    cd "System Volume Information"
    takeown /r /F srm /D Y
    icacls srm /grant system:(F)
    cd srm
    takeown /f quota.xml
    icacls quota.xml /grant System:(F)
    takeown /f settings
    icacls settings /grant system:(F)
    cd settings
    takeown /f reportsettings.xml
    takeown /f srmglobalsettings.xml
    icacls reportsettings.xml /grant System:(F)
    icacls srmglobalsettings.xml /grant System:(F)
    icacls srmglobalsettings.xml /grant System:(F)
    cd ..
    icacls reports /grant System:(F) /inheritance:e /T /C
    icacls reports/* /grant System:(F) /T
    Then reboot and see the result.
    If issue still exists, check if SYSTEM and local Administrators group have Full Control permission on all these folders:
    C:\windows\tasks
    C:\system volume information\srm
    C:\windows\system32\srm
    If you have any feedback on our support, please send to [email protected]

  • Primary Domain Controller Time not working (Windows Server 2008)

    Hi there, I'm trying to set up my PDC with an external
    before you say anything I have checked other thread and none of them helped and please do not suggest OS upgrades, we don't have the budget for that
    we have 4 DC servers (not the real names)
    DC1-Site1 (PDC), DC2-Site1, DC1-Site2 & DC2-Site2
    All the other DCs and all the machines pick up the time from DC1-Site1, but this is out of sync with NTP
    I've set DC1-Site1 to look at 0.uk.pool.ntp.org, 1.uk.pool.ntp.org, 2.uk.pool.ntp.org and 3.uk.pool.ntp.org using w32tm (yes i was running command prompt as administrator)
    I am using a physical server not a virtual server
    I have checked all the registry keys and they are correct, but when i do w32tm /mointor it is pointing to itself
    I have tired creating a GPO for the PDC and this is being applied when I check with gpresult /r but this still doesn't sync the time with the NTP server
    when i do w32tm /stripchart my PDU is +53.4 seconds out of sync with 0.uk.pool.ntp.org
    it's not the firewall as the PDU can connect to 0.uk.pool.ntp.org on the correct port
    C:\Windows\system32>w32tm /stripchart /computer:0.uk.pool.ntp.org /samples:10 /dataonly
    Tracking 0.uk.pool.ntp.org [130.159.196.118:123].
    Collecting 10 samples.
    The current time is 16/05/2014 14:18:39.
    14:18:39, +53.4132568s
    14:18:41, +53.4028126s
    14:18:43, +53.4034405s
    14:18:45, +53.4033245s
    14:18:47, +53.4026014s
    14:18:49, +53.4091998s
    14:18:51, +53.4024996s
    14:18:53, +53.3945750s
    14:18:55, +53.4022851s
    14:18:57, +53.4021697s

    The PDC Emulator in the forest root is the only one that you sync with an outside source, and the source can be  your own interna,, 3rd party time service not running on a joined machine, or an external source such as US Navy servers, etc. All other
    DCs in the entire forest, no matter what domain or tree, are set to sync from the hierarchy.
    For the most part, just following the steps in my blog should help for the PDC and all other DCs. I thought I layed out the steps pretty clearly, since I put it together for someone else to follow at a major, enterprise environment, and they've found it
    successul.
    So I'm not sure what you mean by "...primary DC time server service information not save or it will save then revert back to looking at itself?" 
    If the PDC or any other DC, have problems with the time service and the steps in my blog don't help, or any other service, the cause may be rooted elsewhere. To determine that, would require config info including an ipconfig /all from each DC,
    event log errors in the various AD logs and System logs, site design, number of domains in the forest, and more.
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.
    basically when i run the command it says it ran successfully, but when i do w32tm /mointor it says the server is pointing to local, and it is still 53 seconds
    out of sinc with the specified time servers when i do w32tm /stripchart /computer:0.uk.pool.ntp.org

  • Ping command is not working on server 2008 r2

    Arvind

    Copy ping.exe from another server to this one, at location : C:\Windows\system32
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Unable to see SQL Server 2008 option in Designer

    Hi Guys,
    We are using SQL Server 2008 and BO XI R3. While creating a new universe connection we can see (under microsoft) SQL Server 2005, but not the SQL Server 2008.
    How can we see the SQL Server 2008 option. Do we need to change some settings in BO or SQL Server?
    Thanks & Regards
    Manish Tiwari

    What version of XI 3.x are you on? Microsoft SQL Server Analysis Services 2008 is only supported with XI 3.1 and higher. The supported platforms document for XI 3.1 is [here|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/60cdb229-d874-2b10-18ac-ed2f46873753&overridelayout=true].

  • WSUS service pack updates for SQL Server 2008 R2

    Hello, how do we configure WSUS for SQL Server Service Packs? One problem we have is that we do not see SQL server 2008 R2 SP2 available as a download from our WSUS server and this is when SQL SP1 is installed. Now I can apply these service packs manually
    but when we have 100's of virtual machines with different versions and editions of SQL this task can be quite daunting. Suggestions please?
    RFDZ12

    from memory, SQL service packs and CUs are not released via WSUS.
    This article is a good reference for (products other than Windows) for what has been released via WSUS:
    http://technet.microsoft.com/en-us/windowsserver/bb456965
    The equivalent article for Windows releases, is
    http://support.microsoft.com/kb/894199
    Or, you can check the MU catalog (which doesn't necessarily mean the update is available via WSUS, but if the update you seek in is the MU catalog, you can usually import it into your WSUS)
    http://catalog.update.microsoft.com/
    some updates for products are not able to be released via WSUS, for various reasons, and so in those cases, you need a different deployment solution.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to install SQL server 2008 express on Windows server 2008 R2 standard OS

    Hi,
    I have Windows server 2008 R2 Standard edition (64-bit) and trying to install SQL server 2008 express edition since I do not have SQL server 2008. When I install it I am unable to see Management Studio so I am trying to install management studio as well
    but still I am facing issue. Please let me know whether SQL server 2008 express edition is compatible with  Windows server 2008 R2 Standard. If not then pls let me know the proper steps to install it.
    Regds

    Hello,
    Service Pack 1 for SQL Server 2008 is required to be compatible with Windows Server 2008 R2.
    Please download QL Server 2008 Express with SP1 included from the following link:
    http://www.microsoft.com/en-us/download/details.aspx?id=25052
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Install Active Directory Domain Controller on Windows server 2008 enterprise, dont login on Sql Server 2008 R2

    I install Active Directory Domain Controller on Windows server 2008 enterprise and dont login on Sql Server 2008 R2. Before install ADDC, I have logon SQL Server 2008r2 Success, After when i install ADDC is don't logon on SQL Server 2008r2 -->not success.
    I have uninstalled ADDC but i still can't login on SQL server 2008r2.
    please help me. it  is very very disaster!
    I think is loss account SQL server 2008r2!

    Hello,
    I stronly recommend you post the detail error message to us while you try to connect to SQL Server instance, it's useful for us to do further investigation.
    Microsoft recommends that you do not install SQL Server 2008 R2 on a domain controller, there are some limitations:
    You cannot run SQL Server services on a domain controller under a local service account or a network service account.
    After SQL Server is installed on a computer, you cannot change the computer from a domain member to a domain controller. You must uninstall SQL Server before you change the host computer to a domain controller.
    After SQL Server is installed on a computer, you cannot change the computer from a domain controller to a domain member. You must uninstall SQL Server before you change the host computer to a domain member.
    SQL Server failover cluster instances are not supported where cluster nodes are domain controllers.
    SQL Server Setup cannot create security groups or provision SQL Server service accounts on a read-only domain controller. In this scenario, Setup will fail.
    On Windows Server 2003, SQL Server services can run under a domain account or a local system account.
    So, I would suggest you try to open up Windows Services list and changed the account for SQL Server service.
    Regards,
    Elvis Long
    TechNet Community Support

  • Attempted to perform an unauthorized operation error on windows 8.1 while installing SQL server 2008

    Hi,
    I am getting the error "Attempted to perform an unauthorized operation" on windows 8.1 while installing
    SQL server 2008.
    The specific error is The error is Attempted to perform an unauthorized operation."
    at stepSqlBrowserConfigAction_install_ConfigNonRC_Cpu32 .
    I have tried everything from copying to the C drive. I am the admin on the machine. I also checked access in registry. It already has acesss to HKLM\System\CurrentControlSet\Control\WMI\security
    Can someone comment on how to resolve this issue. I also tried NT
    AUTHORITY\SYSTEM but getting the same error.
    Any help would be appreciated.

    Hello,
    Please note that SQL Server 2008 requires Service Pack 3 (SP3) to make it compatible with
    Windows 8.1. Please perform an slipstream installation of SQL Server 2008 + SP3:
    http://support.microsoft.com/kb/955392
    If it fails again, please share with us the Summary.txt log file and the details.txt log file. The following article
    may help you locate those files on disk::
    http://msdn.microsoft.com/en-us/library/ms143702(v=sql.100).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Sql Server 2008 on Windows 8 installation issue...: SqlEngineConfigAction_install_confignonrc_Cpu64

    Hi:)
    I try to install ms sql server 2008 standard on Windows 8.1
    .Net framework 3.5 is enabled
    setup is running by admin.
    following errors will appear:
    Attemted to preform an unathorized operation:
    SqlEngineConfigAction_install_confignonrc_Cpu64
    and for next files (when I'm trying with developer editon):
    SSISCONFIGACTION_INSTALL_POSTMSI_CPU64
    SSISConfigAction_intall_postmsi_Cpu64
    SSISConfigAction_intall_ConfigNonRC_Cpu32
    Could you help me?
    You can find applicable part of the file below:
    and screenshot at the end...
    > 2014-10-27 00:25:22 Slp: Parameter 8 : 0x2C419A32
    >
    > 2014-10-27 00:25:27 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program
    > Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Microsoft_Microsoft
    > SQL Server.reg_ 2014-10-27 00:25:27 Slp: Sco: Attempting to write hklm
    > registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to
    > file C:\Program Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    > 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL
    > Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
    > 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server to file C:\Program
    > Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft
    > SQL Server.reg_ 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm
    > registry key
    > SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall to
    > file C:\Program Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    > 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Wow6432Node\Microsoft\MSSQLServer to file C:\Program
    > Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
    > 2014-10-27 00:25:53 Slp: Attempted to perform an unauthorized
    > operation. 2014-10-27 00:25:56 Slp: Watson bucket for exception based
    > failure has been created 2014-10-27 00:25:56 Slp: Configuration action
    > failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and
    > scenario ConfigNonRC. 2014-10-27 00:25:56 Slp: Attempted to perform an
    > unauthorized operation. 2014-10-27 00:25:56 Slp: The configuration
    > failure category of current exception is ConfigurationFailure
    > 2014-10-27 00:25:56 Slp: Configuration action failed for feature
    > SQL_Engine_Core_Inst during timing ConfigNonRC and scenario
    > ConfigNonRC. 2014-10-27 00:25:56 Slp:
    > Microsoft.SqlServer.Configuration.Sco.ScoException: Attempted to
    > perform an unauthorized operation. --->
    > System.UnauthorizedAccessException: Attempted to perform an
    > unauthorized operation. 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String
    > subkey, RegistryAccess requestedAccess) 2014-10-27 00:25:56 Slp:   
    > --- End of inner exception stack trace --- 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String
    > subkey, RegistryAccess requestedAccess) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.Sco.SqlRegistryKey.OpenSubKey(String
    > subkey, RegistryAccess requestedAccess) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.EtwSetup.UpdateWmiSecurity(Guid
    > guidInstance) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.EtwSetup.Install(String
    > strInstanceName, Guid guidInstance, String strPath) 2014-10-27
    > 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.SetupETW(EffectiveProperties
    > properties) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.Install_ConfigNonRC_Prepare(EffectiveProperties
    > properties) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.Install(ConfigActionTiming
    > timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
    > 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String
    > actionId) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String
    > actionId, TextWriter errorStream) 2014-10-27 00:25:56 Slp: Exception:
    > Microsoft.SqlServer.Configuration.Sco.ScoException. 2014-10-27
    > 00:25:56 Slp: Source: Microsoft.SqlServer.Configuration.Sco.
    > 2014-10-27 00:25:56 Slp: Message: Attempted to perform an unauthorized
    > operation.. 2014-10-27 00:25:56 Slp: Inner exception: 2014-10-27
    > 00:25:56 Slp:     Exception: System.UnauthorizedAccessException.
    > 2014-10-27 00:25:56 Slp:     Source:
    > Microsoft.SqlServer.Configuration.Sco. 2014-10-27 00:25:56 Slp:
    >     Message: Attempted to perform an unauthorized operation.. 2014-10-27
    > 00:25:56 Slp: Error: Action
    > "SqlEngineConfigAction_install_confignonrc_Cpu64" failed during
    > execution. 2014-10-27 00:25:56 Slp: Completed Action:
    > SqlEngineConfigAction_install_confignonrc_Cpu64, returned False
    > 2014-10-27 00:25:56 Slp: Sco: Attempting to get instance feature flag
    > UpgradeIncomplete for feature SQL_Engine_Core_Inst, instance
    > MSSQL10_50.MSSQLSERVER, machine name NN
    >
    > (...)
    >
    >
    > 2014-10-27 00:26:39 Slp:
    > ---------------------------------------------------------------------- 2014-10-27 00:26:39 Slp:  2014-10-27 00:26:39 Slp: Error result:
    > -2068119551 2014-10-27 00:26:39 Slp: Result facility code: 1211 2014-10-27 00:26:39 Slp: Result error code: 1 2014-10-27 00:26:39 Slp:
    > Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE,
    > machine  2014-10-27 00:26:39 Slp: Sco: Attempting to open registry
    > subkey  2014-10-27 00:26:39 Slp: Sco: Attempting to open registry
    > subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    > 2014-10-27 00:26:39 Slp: Sco: Attempting to get registry value DW0201
    > 2014-10-27 00:26:54 Slp: Submitted 1 of 1 failures to the Watson data
    > repository

    Hello,
    The first “Attempted to perform an unauthorized operation” is related to permissions to the registry keys. Please provide full permissions
    on the following registry key:
    SOFTWARE\Wow6432Node\Microsoft\MSSQLServer
    Please note that SQL Server 2008 requires Service Pack 3 (SP3) to make it compatible with Windows 8.1. Please perform
    an slipstream installation of SQL Server 2008 + SP3:
    http://support.microsoft.com/kb/955392
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL Server Max Memory Settings

    Hi,
    I'd like to check if SQL Server will consume memory more than the configured MAX Memory settings? And if so when does SQL consume that and how much would it consume.
    Regards,
    Jay

    Hi,
    I'd like to check if SQL Server will consume memory more than the configured MAX Memory settings? And if so when does SQL consume that and how much would it consume.
    Hi
    Can you please tell us what is version and edition of SQL Server here. If it is 2012 its little difficult to reporduce your scenario where SQL Server 2012 will take more than max server memory setting because lots of features which use to take memory
    outside buffer pool before SQL 2012 are now changed to take memory from buffer pool. Also quite lot depends on whether system is 32 bit or 64 bit
    For SQL Server versions below 2012(not SS2000) you might get lucky with following (taken from
    Here)
    1. COM Objects
    2. SQL Server CLR
    3. Memory allocated by Linked Server OLEDB Providers and third party DLL’s loaded in SQL Server process
    4. Extended Stored Procedures:
    5. Network Packets
    6. Memory consumed by memory managers. If the memory request is greater than 8 KB and needs contiguous allocation. 
    7. Backup
    If you heavily use above features you might see SQL Server memory utilization crossing above max server memory setting. Of all above SQLCLR and extended stored procs would be my bet. If you use them heavily you might see what you want to. Extended
    stored proc has performance issues so use it on your own risk. Use below query to check SQL server memory utilization( works from SS 2008 and above)
    select
    (physical_memory_in_use_kb/1024)Memory_usedby_Sqlserver_MB,
    (locked_page_allocations_kb/1024 )Locked_pages_used_Sqlserver_MB,
    (total_virtual_address_space_kb/1024 )Total_VAS_in_MB,
    process_physical_memory_low,
    process_virtual_memory_low
    from sys. dm_os_process_memory
    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

  • SQL Server 2008 Intellisense not working

    I've seen a post about this here: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3371737&SiteID=17
    I've installed SQL Server 2008 and for a few weeks, intellisense was working fine.  The past week, it has stopped working entirely.  I'm running version 10.0.1442.  In Tools-->Options-->Text Editor-->Transact-SQL-->Intellisense, the option to "Enable Intellisense" is turned on.  I've also made sure that SQLCMD Mode is turned off.  I've disconnected a reconnected to my database several times with no luck.  I can try to uninstall and reinstall like the guy in the post I've referenced did, but if I can help to try to find out what's wrong here, I'm willing to wait for a while before doing so.

    Hello to everyone this is my first post and I hope I'm doing right.
    Anyway, I had the same issue with the IntelliSense. I think I messed up installing the Express Edition over SQLServer 2008 R2.
    I'm not an expert, but I think this corrupted my environment. 
    This was driving me crazy and even if it's not an essential tool, I was looking for another solution, I didn't want to install again everything.  
    So I started to look at the Option window and I played with its settings.
    For the ones who don't know...
    Tool > Options > Text Editor > Transact-SQL > IntelliSense.
    But 'Enable IntelliSense' was ticked, so I unticked and saved.
    I opened the view again and I ticked them again.
    Magically my IntelliSense started again to work fine.
    Hope to be helpful.
    Cheers.

Maybe you are looking for