If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
This may sound stupid but I have to make sure.....I want to run a regular REORGCHK without updating stats and I want to know if I can run the check online without affecting performance on my production box. Thanks.
If you are not, then every REORGCHK will generate the same result , because REORGCHK uses the catalog statistcs only and does no physical check on the data pages ...
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
If you are not, then every REORGCHK will generate the same result , because REORGCHK uses the catalog statistcs only and does no physical check on the data pages ...
As far as I know the default option for REORGCHK is UPDATE STATISTICS. If you want to use it without runstats being performed you need to specify CURRENT STATISTICS.