Recently I backed up to disk a Sql Server Database through SSMS. Then I restored this .bak file to a new Database with a different name on the same Server. The restored completed and the new Database with the new name is available and populated with data. Everything is OK so far. After re-opening SSMS, the old database that i had backed up is stuck on: (Restoring...) when the new Database is accessible. Is there a way to check what's the problem and if there is a way to "unfreeze" the old database without having to drop it and restore it from the backup ?
Thank you very much in advance