Skip to content

Commit 54e7b9f

Browse files
Merge pull request #36602 from dzsquared/drskwier/sqlproj-props-adr-ol
add ADR and OL
2 parents 2a01797 + 2e67178 commit 54e7b9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/tools/sql-database-projects/concepts/project-properties.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Some project properties are associated with database options that apply to only
8383

8484
| Property | `DATABASE SET` option | UI label | SQL project default value | Allowed values |
8585
|---|---|---|---|---|
86+
| AcceleratedDatabaseRecovery | `ACCELERATED_DATABASE_RECOVERY` | Database settings, Operational, Accelerated database recovery | False | {True&#124;False}<sup>5</sup> |
8687
| AllowSnapshotIsolation | `ALLOW_SNAPSHOT_ISOLATION` | Database settings, Operational, Allow snapshot isolation | False | {True&#124;False} |
8788
| AnsiNulls| `ANSI_NULLS` | Database settings, SET ANSI_NULLS | True | {True&#124;False} |
8889
| AnsiPadding | `ANSI_PADDING` | Database settings, SET ANSI_PADDING | True | {True&#124;False} |
@@ -137,6 +138,7 @@ Some project properties are associated with database options that apply to only
137138
| ModelCollation | | Project settings, Collation | 1033,CI | {integer [language id](../../../relational-databases/system-compatibility-views/sys-syslanguages-transact-sql.md)}, {CI&#124;CS} |
138139
| NonTransactedFileStreamAccess | `NON_TRANSACTED_ACCESS` | Database settings, FILESTREAM non-transacted access | OFF | {OFF&#124;READ_ONLY&#124;FULL} |
139140
| NumericRoundAbort | `NUMERIC_ROUNDABORT` | Database settings, SET NUMERIC_ROUNDABORT | False | {True&#124;False} |
141+
| OptimizedLocking | `OPTIMIZED_LOCKING` | Database settings, Operational, Optimized locking | False | {True&#124;False}<sup>5</sup> |
140142
| OutputPath | | Build settings, Output path | `bin\Debug` and `bin\Release` | {string} |
141143
| PageVerify | `PAGE_VERIFY` | Database settings, Operational, Page verify | NONE | {NONE&#124;TORN_PAGE_DETECTION&#124;CHECKSUM} |
142144
| Parameterization | `PARAMETERIZATION` | Database settings, Parameterization | SIMPLE | {SIMPLE&#124;FORCED} |
@@ -165,6 +167,7 @@ Some project properties are associated with database options that apply to only
165167
1. [Database scoped configuration](../../../t-sql/statements/alter-database-scoped-configuration-transact-sql.md) options.
166168
1. AUTO is set with the 0 value.
167169
1. Applies as a `CREATE DATABASE` [option](../../../t-sql/statements/create-database-transact-sql.md) only.
170+
1. Not applicable to Azure SQL Database, where the option is always enabled.
168171

169172
## Related content
170173

0 commit comments

Comments
 (0)