I have a script that performs some database queries. On my test system, it
uses all of the available process time. If I look at Task Manager, the
processor graph is pinned at the top. I run the same script on a customer's
machine and it will only give the script 10% of the processor time with 75%
of the process at system idle.
Is there a setting that controls how much processing time slice is dedicated
to running a script?
Bernie