Skip to content

Commit b425526

Browse files
Remove preview note for online defaults
The note explained that these items are in preview for SQL Server 2019. I believe they are no longer in preview and are fully supported in 2019 and 2022.
1 parent 3739679 commit b425526

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/relational-databases/indexes/guidelines-for-online-index-operations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ Generally, there is no difference in defragmentation quality between resumable a
115115
116116
## Online default options
117117

118-
> [!IMPORTANT]
119-
> These options are in public preview for [!INCLUDE[ssNoVersion](../../includes/sssql19-md.md)].
120-
121118
You can set default options for online or resumable at a database level by setting the ELEVATE_ONLINE or ELEVATE_RESUMABLE database scoped configuration options. With these default options, you can avoid accidentally performing an operation that takes your database table offline. Both options will cause the engine to automatically elevate certain operations to online or resumable execution.
122119
You can set either option as FAIL_UNSUPPORTED, WHEN_SUPPORTED, or OFF using the [ALTER DATABASE SCOPED CONFIGURATION](../../t-sql/statements/alter-database-scoped-configuration-transact-sql.md) command. You can set different values for online and resumable.
123120

0 commit comments

Comments
 (0)