database in recovery
If database suddenly went in to in recovery mode, due to less available space for transaction, you can fire below query and bring it live
USE master
GO
ALTER DATABASE pubs
SET QUOTED_IDENTIFIER ON, RECOVERY FULL, MULTI_USER
Simple Recovery
Simple Recovery allows the database to be recovered to the most recent backup.
Full Recovery
Full Recovery allows the database to be recovered to the point of failure.
Bulk-Logged Recovery
Bulk-Logged Recovery allows bulk-logged operations.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5