how to delete database in sql server 2008?
how to delete database in sql server 2008?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted Jun 10, 2013, 6:48 AM
syntax==
Drop database databasename.
ex--
drop database abc