home *** CD-ROM | disk | FTP | other *** search
/ WinWares 1 / WINWARES.ISO / database / gupta / twnew.wts < prev    next >
Encoding:
Text File  |  1993-12-11  |  195 b   |  37 lines

  1. Set echo off;
  2. Set pause off;
  3. set recovery off;
  4. load sql teamwin.sql;
  5. commit;
  6. set recovery on;
  7. update statistics on database;
  8. exit;
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.