Drop database marked inaccessable.

Drop database marked inaccessable.

Post by Steve Kalla » Fri, 12 Jan 2001 02:58:57



I have a database which is shown as loading in the Enterprise Mananger
Console Tree.  I aborted a restore yesterday and the database has not yet
recovered.  I wish to delete, recreate, and then restore the database.  How
can I drop the database to begin this process?

Steve Kallal

 
 
 

Drop database marked inaccessable.

Post by Ola Strid » Fri, 12 Jan 2001 03:30:04


Hello, Steve!

You can try to run sp_dbremove in Query Analyzer to drop the database that is
inaccessable.

//Ola Stridh

-----Original Message-----

I have a database which is shown as loading in the Enterprise Mananger
Console Tree.  I aborted a restore yesterday and the database has not yet
recovered.  I wish to delete, recreate, and then restore the database.  How
can I drop the database to begin this process?

Steve Kallal

.


 
 
 

Drop database marked inaccessable.

Post by Steve Kalla » Fri, 12 Jan 2001 03:54:27


I get the following message when running sp_dbremove:

The database 'FIFO' does not exist. Use sp_helpdb to show available
databases.


Hello, Steve!

You can try to run sp_dbremove in Query Analyzer to drop the database that
is
inaccessable.

//Ola Stridh

-----Original Message-----

I have a database which is shown as loading in the Enterprise Mananger
Console Tree.  I aborted a restore yesterday and the database has not yet
recovered.  I wish to delete, recreate, and then restore the database.  How
can I drop the database to begin this process?

Steve Kallal

.

 
 
 

Drop database marked inaccessable.

Post by Ola Strid » Fri, 12 Jan 2001 05:59:19


In Query Analyzer run sp_databases to check if the database FIFO realy exist. You
must run the command sp_dbremove in the master database. Otherwise do a refresh
in Enterprise Manager under databases to see if the status of the database has
changed or does not exist anymore.

//Ola Stridh

-----Original Message-----

I get the following message when running sp_dbremove:

The database 'FIFO' does not exist. Use sp_helpdb to show available
databases.



Hello, Steve!

You can try to run sp_dbremove in Query Analyzer to drop the database that
is
inaccessable.

//Ola Stridh

-----Original Message-----
I have a database which is shown as loading in the Enterprise Mananger
Console Tree.  I aborted a restore yesterday and the database has not yet
recovered.  I wish to delete, recreate, and then restore the database.  How
can I drop the database to begin this process?

Steve Kallal

..

.