I have connected to LocalDb with SQL Server express Management Studio. I used the connection string "(LocalDb)\v11.0". I see there are a few databases in there from sample projects I have been doing. I am curious why when I try to delete on of the databases that Management Studio tells me the drop failed. Is there some way to delete a database from Visual Studio 2012 Express edition?
Thank you!