Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Exclusive access could not be obtained because the database is in use. RESTORE DATABASE is terminating abnormally.

What does this error mean? And how can I rectify this error?
Posted
Updated 7-Oct-10 0:55am
v2

1 solution

Did you read the error message? The error means exactly what it says. Someone has an open connection to the database you are trying to restore. Try using the master database and restore the database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900