HI,
Is there any parameter on SQLSERVER to limit the utilization of the CPU.
I made a storeprocedure that has several Loops and when i execute it the processor stay's on 100 % for several minutes and this is blocking the server to the other applications. I would like to set the server so that SQLSERVER could not make use of 100 % of the CPU. Is possible to set a parameter on the SERVER or in the storeprocedure so that the CPU utilization would never be greater than x%
Thanks a lot
Jose Rocco

Limit CPU utilization
myDisplayName