To set the periodic database consistency checking parameters for the server. Syntax: set periodicdbchecking State= 0|1 MaxRec=]Value ...

To set the periodic database consistency checking parameters for the 
server.  
 
Syntax: 
 
        set periodicdbchecking [State=] 0|1 [[MaxRec=]Value]  
        [[CheckAgainst=]1|0] [[CheckEvery=]Value] [[Start=]Value] 
 
Parameters: 
 
        State          - 0-Disable, 1-Enable(Default). 
 
        MaxRec         - Maximum number of records checked each period 
                         (default=30000). 
 
        CheckAgainst   - 1-Randomly selected server, 0-Owner server 
                         (default).  
 
        CheckEvery     - Check every {Value} (hours). 
 
        Start          - Starting at {Value} (seconds). 
 
Example:       set periodicdbchecking state=1 maxrec=1000 checkagainst=1 
                                      checkevery=1 start=3600 
 
               This command checks the WINS database against a random 
               replication partner every hour starting at 3600 seconds.