While restoring the SQL Server database, I got the message:
Exclusive access could not be obtained because the database is in use. RESTORE DATABASE is terminating abnormally.
Nothing else except sql is running and nothing accessing the db.
are you using SQL 2000? If so, either execute sp_who or go under Current Activity -> Process Info and look for any PID's that list your database that you are trying to restore. If you see any, kill them. Chances are that you have EM open and have the database that you are trying to restore expanded in the database tree.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.