home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / NukeDev.sql < prev    next >
Text File  |  1997-11-01  |  279b  |  14 lines

  1. /* This file deletes any existing ExAir databases */
  2. use master
  3. go
  4.  
  5. drop database ExAir, ExAirBenefits
  6. go
  7.  
  8. /* sp_dropdevice may generate 'incorrect syntax' if the devices don't exist! */
  9. sp_dropdevice ExAirDev, DELFILE
  10. go
  11. sp_dropdevice ExAirBenefitsDev, DELFILE
  12. go
  13.  
  14.