Connecting Tech Pros Worldwide Help | Site Map

Problem of Drop Databases.

Newbie
 
Join Date: May 2007
Location: Chennai
Posts: 12
#1: Dec 5 '07
Hi Friends,

How to drop all databases in one query.I don't know.If anybody know the answer please reply me.....
Newbie
 
Join Date: Dec 2007
Location: India,chennai
Posts: 5
#2: Dec 5 '07

re: Problem of Drop Databases.


u can try this one like

drop database databasename;

i think it should work


good luck,keep experimenting
Reply