Viewing post 1 (of 1 total)
If your database is in Recovery Pending mode due to any reason, don't worry execute the following code you can fix it.
ALTER DATABASE database_Name
SET EMERGENCY;
Go
ALTER DATABASE Database_Name
SET SINGLE_USER
USE MASTER
dbcc...
April 22, 2015 at 8:22 pm
#1792905