There are a few ways you can do to speed up the performance when running sp_iqcheckdb 1. Increase temp cache . 2 .You can improve the sp_iqcheckdb time by allocating more resources to that operation (if such resources are available). resource-percent The input parameter resource-percent must be an integer greater than zero. The resources percentage allows you to limit the CPU utilization of the database consistency checker by controlling the number of threads with respect to the number of CPUs. If resource-percent = 100 (the default value), then one thread is created per CPU. If resource-percent > 100, then there are more threads than CPUs, which might increase performance for some machine configurations. The minimum number of threads is one. 3. free up resources by lowering down -gm setting. 4. Depending on physical RAM on your box, you can also set dbcc_pinnable_cache_percent option to higher than default 50, , this option controls the percent of the cache used by the sp_iqcheckdb. Hope this helps regards John
↧