home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / BENCHSQL.ZIP / DMPLOG.SQL < prev    next >
Text File  |  1989-08-22  |  192b  |  9 lines

  1. /*  This file clears the transaction log after creation of the database */
  2. /*  do that the log is not full and causing errors. */
  3.  
  4. use bench
  5. go
  6.  
  7. dump transaction bench with no_log
  8. go
  9.