• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Boost SQL Server Priority on Windows NT?

Chewy

Senior member
Hi, anyone know the details of checking this option in SQL Server? I'm trying to find the pros and cons, but the books I have barely go into detail. The only thing they warn about is to not boost the priority even if I'm running a dedicated machine because it can cause unexpected problems. Only set it for SMP machines dedicated to SQL Server.

Thanks
 
Unless you have multiple processes fighting for CPU time it's pointless, and if you do you should probably think about seperating those services from the SQL server =)
 
just a tip, when it comes down to trying to do things that are not recommended because your hardware cant handle it, its time for an upgrade. Add another cpu or buy faster ones... or like nothinman said, take off the other crap on the server eating cycles
 
Back
Top