Yesterday, I tried to restore a DB, and I am not able to see any objects under it. Enterprize manager shows this database grayed out and says "loading)". It cannot be loading for 2 days, especially since the job history says that the job succeeded.
I tried to restore the DB under a different name, with the same results. The job type is TSQL and the command was
"restore database DBNAME from disk = "e:\download\DBNAME.BAK" with norecovery go"
Can anyone help restore this DB successfully (so that I can access it)?
Second problem: when trying to delete this database, the following error come up: "error 3724: Cannot drop the database 'DBNAME' because it is being used for replication'. I never set replication on through...
Please help
Thank you very much!
I tried to restore the DB under a different name, with the same results. The job type is TSQL and the command was
"restore database DBNAME from disk = "e:\download\DBNAME.BAK" with norecovery go"
Can anyone help restore this DB successfully (so that I can access it)?
Second problem: when trying to delete this database, the following error come up: "error 3724: Cannot drop the database 'DBNAME' because it is being used for replication'. I never set replication on through...
Please help
Thank you very much!