@@ -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| ; False}<sup >5</sup > |
8687| AllowSnapshotIsolation | ` ALLOW_SNAPSHOT_ISOLATION ` | Database settings, Operational, Allow snapshot isolation | False | {True| ; False} |
8788| AnsiNulls| ` ANSI_NULLS ` | Database settings, SET ANSI_NULLS | True | {True| ; False} |
8889| AnsiPadding | ` ANSI_PADDING ` | Database settings, SET ANSI_PADDING | True | {True| ; 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| ; CS} |
138139| NonTransactedFileStreamAccess | ` NON_TRANSACTED_ACCESS ` | Database settings, FILESTREAM non-transacted access | OFF | {OFF| ; READ_ONLY| ; FULL} |
139140| NumericRoundAbort | ` NUMERIC_ROUNDABORT ` | Database settings, SET NUMERIC_ROUNDABORT | False | {True| ; False} |
141+ | OptimizedLocking | ` OPTIMIZED_LOCKING ` | Database settings, Operational, Optimized locking | False | {True| ; 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| ; TORN_PAGE_DETECTION| ; CHECKSUM} |
142144| Parameterization | ` PARAMETERIZATION ` | Database settings, Parameterization | SIMPLE | {SIMPLE| ; FORCED} |
@@ -165,6 +167,7 @@ Some project properties are associated with database options that apply to only
1651671 . [ Database scoped configuration] ( ../../../t-sql/statements/alter-database-scoped-configuration-transact-sql.md ) options.
1661681 . AUTO is set with the 0 value.
1671691 . 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