Adding thresholds to the master log

If you have not already done so, add a threshold to the master log.

  1. Define and execute sp_thresholdaction in the master database’s log to set a threshold on the number of pages left before a dump transaction occurs. Sybase does not supply sp_thresholdaction. See the Reference Manual: Procedures for information about creating this system procedure.

  2. Place thresholds on the master log segment so it does not fill up:

    sp_addthreshold "master", "logsegment", 250, sp_thresholdaction
    
  3. Restart the primary companion for this static parameter to take effect.