Skip to content

Commit 5d4df98

Browse files
authored
Update ss-force-failover-read-scale-out.md
formatting
1 parent e5f791d commit 5d4df98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/includes/ss-force-failover-read-scale-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ To manually fail over without data loss:
9898
1. Resume data movement, run the following command for every database in the availability group on the SQL Server instance that hosts the primary replica:
9999

100100
```sql
101-
ALTER DATABASE DB1
101+
ALTER DATABASE [db1]
102102
SET HADR RESUME
103103
```

0 commit comments

Comments
 (0)