Guys,
This question is purely out of curiosity. I am actually using sql server 2008 standard version. I am accustomed to use DROP DATABASE DBNAME as my command to drop a database. But recently noticed that when you do a right click on the database in SSMS, found a 'delete'.I was confused as programatically, there are difference between Drop and Delete. Wondered if that was applicable to the database administartion too, Utimately, it does makes the database vanish, but wondering, if there was any command like DELETE DATABASE DBNAME
Thanks