World of IT
IT problems and solutions
Showing posts with label
SQL AlwaysON
.
Show all posts
Showing posts with label
SQL AlwaysON
.
Show all posts
Monday, 5 February 2018
SQL Database in Recovering state
If you need to re-create your SQL AlwaysON cluster and the database goes into "recovering" state, after you delete the Availability Group.
Run the following T-SQL query on "master" database:
RESTORE DATABASE
databaseName
WITH RECOVERY
Older Posts
Home
Subscribe to:
Posts (Atom)