Skip to content

Commit 6cf6af8

Browse files
authored
Added PSR in ALTER DATABASE
Added proactive statistics refresh option to the ALTER DATABASE statement documentation.
1 parent 4654b4d commit 6cf6af8

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4028,6 +4028,7 @@ SET
40284028
| <vorder>
40294029
| <timestamp>
40304030
| <result_set_caching>
4031+
| <proactive_statistics_refresh>
40314032
}
40324033
;
40334034
@@ -4046,11 +4047,15 @@ SET
40464047
TIMESTAMP = {CURRENT_TIMESTAMP | 'YYYY-MM-DDTHH:MM:SS.SS' }
40474048
}
40484049
4049-
40504050
<result_set_caching> ::=
40514051
{
40524052
RESULT_SET_CACHING { ON | OFF }
40534053
}
4054+
4055+
<proactive_statistics_refresh> ::=
4056+
{
4057+
PROACTIVE_STATISTICS_REFRESH = { ON | OFF }
4058+
}
40544059
```
40554060

40564061
## Arguments
@@ -4069,7 +4074,12 @@ Updates the timestamp for an existing warehouse snapshot in Fabric Data Warehous
40694074

40704075
#### RESULT_SET_CACHING
40714076

4072-
Enables or disables result set caching (preview) for the current item. 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. For more information, see [Result set caching](/fabric/data-warehouse/result-set-caching). During Preview, the default setting of this feature is OFF.
4078+
4079+
#### PROACTIVE_STATISTICS_REFRESH
4080+
4081+
Enables or disables Proactive Statistics Refresh for the target item. For more information, see [Statistics](/fabric/data-warehouse/statistics).
4082+
The default is ON. We recommend that you use the default setting for most items.
40734083

40744084
## Permissions
40754085

0 commit comments

Comments
 (0)