Skip to content

Commit 30301a2

Browse files
Apply suggestions from code review
Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com>
1 parent bcde84b commit 30301a2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/relational-databases/system-catalog-views/sys-databases-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If a database isn't `ONLINE`, or `AUTO_CLOSE` is set to `ON` and the database is
123123
| `is_event_stream_enabled` | **bit** | Indicates whether the current database has [Change event streaming (preview)](../track-changes/change-event-streaming/overview.md) enabled.<br /><br />**Applies to**: [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] and later versions. |
124124
| `is_vorder_enabled` | **bit** | Indicates whether [V-Order](/fabric/data-warehouse/v-order) is enabled for each [!INCLUDE [fabric-dw](../../includes/fabric-dw.md)].<br /><br />**Applies to**: [!INCLUDE [fabric](../../includes/fabric.md)] only.|
125125
| `is_optimized_locking_on` | **bit** | Indicates whether optimized locking is enabled.<br />`1` = Optimized locking is enabled<br />`0` = Optimized locking is disabled<br /><br />**Applies to**: [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]. |
126-
| `is_proactive_statistics_refresh_on` | **bit** | Indicates whether [Proactive Statistics Refresh](/fabric/data-warehouse/statistics) is enabled.<br /><br />**Applies to**: [!INCLUDE [fabric](../../includes/fabric.md)] only.|
126+
| `is_proactive_statistics_refresh_on` | **bit** | Indicates whether [proactive statistics refresh](/fabric/data-warehouse/statistics) is enabled.<br /><br />**Applies to**: [!INCLUDE [fabric](../../includes/fabric.md)] [!INCLUDE [fabric](../../includes/fabric-dw.md)].|
127127

128128
<sup>1</sup> For a full list of compatibility levels, see [ALTER DATABASE compatibility level](../../t-sql/statements/alter-database-transact-sql-compatibility-level.md)
129129

docs/t-sql/statements/alter-database-transact-sql-set-options.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4074,11 +4074,13 @@ Updates the timestamp for an existing warehouse snapshot in Fabric Data Warehous
40744074

40754075
#### RESULT_SET_CACHING
40764076

4077-
Enables or disables result set caching (preview) for the target item. During Preview, the default setting of this feature is OFF. For more information, see [Result set caching](/fabric/data-warehouse/result-set-caching).
4077+
Enables or disables result set caching (preview) for the target item. During preview, the default setting of this feature is `OFF`. For more information, see [Result set caching](/fabric/data-warehouse/result-set-caching).
40784078

40794079
#### PROACTIVE_STATISTICS_REFRESH
40804080

4081-
Enables or disables Proactive Statistics Refresh for the target item. The default is ON. We recommend that you use the default setting for most items. For more information, see [Statistics](/fabric/data-warehouse/statistics).
4081+
**Applies to**: [!INCLUDE [fabric](../../includes/fabric.md)] [!INCLUDE [fabric](../../includes/fabric-dw.md)].
4082+
4083+
Enables or disables proactive statistics refresh for the target item. The default is `ON`. You should use the default setting for most items. For more information, see [Statistics](/fabric/data-warehouse/statistics).
40824084

40834085
## Permissions
40844086

0 commit comments

Comments
 (0)