I've had to restore a database a couple of times after testing some stuff, problem now is I get an error which prevents me to access the database:
Msg 927, Level 14, State 2, Line 1
Database 'dbName' cannot be opened. It is in the middle of a restore.
What also happened today was the server was restarted, which contains many database like this one, I don't know if that could contribute to this.
I've tried running "RESTORE DATABASE dbName WITH NO/RECOVERY" but i still get teh error that it's restoring
I use mssql 2005 and 2008
Msg 927, Level 14, State 2, Line 1
Database 'dbName' cannot be opened. It is in the middle of a restore.
What also happened today was the server was restarted, which contains many database like this one, I don't know if that could contribute to this.
I've tried running "RESTORE DATABASE dbName WITH NO/RECOVERY" but i still get teh error that it's restoring
I use mssql 2005 and 2008