View Single Post
  #4 (permalink)  
Old 04-03-04, 04:38
upalsen upalsen is offline
Registered User
 
Join Date: Feb 2003
Location: India
Posts: 216
another simple way

generate SQL script of the database, select "all tables", select "generate drop command for each object" check box only (not the create one). you should have a script with all drop commands. run it
Reply With Quote