SQL Server and other applications

  • quote:


    It happens, I know it's happened to me. All you can do is document and voice your concerns as a CYA and deal with it the best you can.

    Let us know when it comes in and we may be able to help. One nice thing would be to set the memory for SQL so the allocation / deallocation isn't taking overhead.

    Steve Jones

    sjones@sqlservercentral.com

    http://www.sqlservercentral.com/columnists/sjones

    http://www.dkranch.net


    Is there a way to give the SQL Server service a higher priority (in terms of CPU usage) than other apps?

    If so, that might help...

    -- Tim

  • quote:


    Is there a way to give the SQL Server service a higher priority (in terms of CPU usage) than other apps?


    Yes.

    In Enterprise Manager, right-click the server and select "Properties". On the "Processor" tab, check the "Boost SQL Server priority on Windows".

    Alternatively use:

    sp_configure 'priority boost', 1
    

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

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

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