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 Administration (2000)
 Drop Database

Author  Topic 

hanifikri
Starting Member

14 Posts

Posted - 2007-05-09 : 22:13:27
Hi,

I need to drop testing database in testing server. This database data files has been deleted. Now the database in no longer exist in sysdatabases.

When i want to drop this database it give me an error saying that this database is not exist.

How do i drop this database? Please advise.

Thanks.

Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)

7020 Posts

Posted - 2007-05-09 : 22:57:18
If the database files don not exist, and there is no entry is sysdatabases, then you have already dropped it.


CODO ERGO SUM
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-05-10 : 05:37:57
<<
How do i drop this database? Please advise.
>>

How can you drop a database that didnt exist?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -