Processor Scheduling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

What does the processor scheduling option in Windows 2000/2003 actually do?

What impact does setting this option to Programs have over Background
services?

The most important question I have is, is SQL server considered a program or
background service? I would like to ensure that this setting is the most
appropriate for the machine that runs our SQL database.


Regards,
Andrew
 
check out information on www.sysinternals.com those options basically change
the amount of time that the OS will give to the different types of apps to
streamline performance for your specific application. your instance of SQL
server would be considered a background application as it doesn't run
interactively on the server.
 
Back
Top