You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -240,6 +241,43 @@ If there are multiple SQL Server instances on the OSE, all instances and replica
240
241
> [!NOTE]
241
242
> You can query DMVs or issue `DATABASE BACKUP` commands as long as your connections are limited to `master`, `msdb`, `tempdb`, or `model` databases. These operations will not disqualify your passive instances.
242
243
244
+
#### Detailed passive replica eligibility criteria for disaster recovery
245
+
246
+
A SQL Server instance is eligible for disaster recovery licensing if it satisfies the following availability group and connection requirements.
247
+
248
+
**Always On role eligibility**
249
+
250
+
The following table shows which Always On roles can qualify for passive disaster recovery licensing:
251
+
252
+
| Always On role | Description | Passive DR license eligible? |
- Readable secondary replicas qualify only when they have no active user connections.
277
+
- Forwarders in distributed availability groups qualify when they aren't readable or aren't in use.
278
+
- Primary replicas never qualify for passive disaster recovery licensing because they actively serve the workload.
279
+
- No active or sleeping user sessions connected to user databases (`sys.dm_exec_sessions WHERE is_user_process = 1`).
280
+
243
281
### Qualify as passive node of failover clustered instance (FCI)
244
282
245
283
- No instances of the SQL Server service — whether as standalone or as an active node of an FCI — can be in a running state on the node, unless those instances qualify as free passive replicas of availability groups (AGs).
0 commit comments