home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_07.cab
/
NukeDev.sql
< prev
next >
Wrap
Text File
|
1997-11-01
|
279b
|
14 lines
/* This file deletes any existing ExAir databases */
use master
go
drop database ExAir, ExAirBenefits
go
/* sp_dropdevice may generate 'incorrect syntax' if the devices don't exist! */
sp_dropdevice ExAirDev, DELFILE
go
sp_dropdevice ExAirBenefitsDev, DELFILE
go