Skip to content

Commit f7dc5de

Browse files
authored
Merge pull request #15059 from WilliamAntonRohm/issue-4806
sql-docs/issues/4806 -- clarify behavior
2 parents 1b0720a + f865191 commit f7dc5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/availability-groups/windows/suspend-an-availability-database-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.author: mathoma
2626

2727
|Suspended Database|Effect of Suspend Command|
2828
|------------------------|-------------------------------|
29-
|Secondary database|Only the local secondary database is suspended and its synchronization state becomes NOT SYNCHRONIZING. Other secondary databases are not affected. The suspended database stops receiving and applying data (log records) and begins to fall behind the primary database. Existing connections on the readable secondary remain usable. New connections to the suspended database on the readable secondary are not allowed until data movement is resumed.<br /><br /> The primary database remains available. If you suspend each of the corresponding secondary databases, the primary database runs exposed.<br /><br /> **\*\* Important \*\*** While a secondary database is suspended, the send queue of the corresponding primary database will accumulate unsent transaction log records. Connections to the secondary replica return data that was available at the time the data movement was suspended.|
29+
|Secondary database|Only the local secondary database is suspended and its synchronization state becomes NOT SYNCHRONIZING. Other secondary databases are not affected. The suspended database stops receiving and applying data (log records) and begins to fall behind the primary database. Existing connections on the readable secondary remain usable. New connections to the suspended database on the readable secondary are not allowed until data movement is resumed. This behavior only applies when connections are opened using listener and read-only routing.<br /><br /> The primary database remains available. If you suspend each of the corresponding secondary databases, the primary database runs exposed.<br /><br /> **\*\* Important \*\*** While a secondary database is suspended, the send queue of the corresponding primary database will accumulate unsent transaction log records. Connections to the secondary replica return data that was available at the time the data movement was suspended.|
3030
|Primary database|The primary database stops data movement to every connected secondary database. The primary database continues running, in an exposed mode. The primary database remains available to clients, and existing connections on a readable secondary remain usable and new connections can be made.|
3131

3232
> [!NOTE]

0 commit comments

Comments
 (0)