Skip to content

Commit c22faef

Browse files
authored
Merge pull request #78807 from oslake/patch-16
Update sql-database-serverless.md
2 parents 5c719bf + 0b75113 commit c22faef

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/sql-database/sql-database-serverless.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: oslake
1111
ms.author: moslake
1212
ms.reviewer: sstein, carlrab
1313
manager: craigg
14-
ms.date: 06/04/2019
14+
ms.date: 06/05/2019
1515
---
1616
# SQL Database serverless (preview)
1717

@@ -103,6 +103,14 @@ Autopausing is triggered if all of the following conditions are true for the dur
103103

104104
An option is provided to disable autopausing if desired.
105105

106+
The following features do not support autopausing. That is, if any of the following features are used, then the database remains online regardless of the duration of database inactivity:
107+
108+
- Geo-replication (active geo-replication and auto-failover groups).
109+
- Long-term backup retention (LTR).
110+
- The sync database used in SQL data sync.
111+
112+
Autopausing is temporarily prevented during the deployment of some service updates which require the database be online to apply the update. In such cases, autopausing becomes allowed again once the service update completes.
113+
106114
### Autoresume
107115

108116
Autoresuming is triggered if any of the following conditions are true at any time:
@@ -122,7 +130,7 @@ Autoresuming is triggered if any of the following conditions are true at any tim
122130
|Modifying certain database metadata|Adding new database tags.<br>Changing max vCores, min vCores, or autopause delay.|
123131
|SQL Server Management Studio (SSMS)|Using SSMS version 18 and opening a new query window for any database in the server will resume any auto-paused database in the same server. This behavior does not occur if using SSMS version 17.9.1 with IntelliSense turned-off.|
124132

125-
Autoresuming is also triggered during service updates.
133+
Autoresuming is also triggered during the deployment of some service updates which require the database be online to apply the update.
126134

127135
### Connectivity
128136

@@ -132,14 +140,6 @@ If a serverless database is paused, then the first login will resume the databas
132140

133141
The latency to autoresume and autopause a serverless database is generally order of 1 minute to autoresume and 1-10 minutes to autopause.
134142

135-
### Feature support
136-
137-
The following features do not support autopausing and autoresuming. That is, if any of the following features are used, then the database remains online regardless of duration of database inactivity:
138-
139-
- Geo-replication (active geo-replication and auto failover groups).
140-
- Long-term backup retention (LTR).
141-
- The sync database used in SQL data sync.
142-
143143
## Onboarding into serverless compute tier
144144

145145
Creating a new database or moving an existing database into a serverless compute tier follows the same pattern as creating a new database in provisioned compute tier and involves the following two steps:

0 commit comments

Comments
 (0)