Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Delete database in VS2008

Author  Topic 

stevebravo
Starting Member

3 Posts

Posted - 2010-03-28 : 19:33:47
When I try to create a database in Visual Studio 2008 called "general", I get this message:

Database 'general' already exists. Choose another database name.

I previously have already created a db with this name.
but how do I delete the old database, can anybody help?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-03-29 : 00:47:19
you need to connect to server using sql mgmnt studio and delete db from there i guess

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

stevebravo
Starting Member

3 Posts

Posted - 2010-03-29 : 07:27:25
quote:
Originally posted by visakh16

you need to connect to server using sql mgmnt studio and delete db from there i guess

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/





thanx for reply, i only have vs2008 and ms mysql server 2005.
when i open sql server manager i can only start and stop the server
Go to Top of Page

stevebravo
Starting Member

3 Posts

Posted - 2010-03-29 : 07:28:27
ahhh i found it somewhere in a secured map
Go to Top of Page
   

- Advertisement -