|
1 | 1 | ---
|
2 |
| -title: "Database Properties (Options Page) | Microsoft Docs" |
| 2 | +title: "Database Properties (Options Page)" |
3 | 3 | description: "Learn how to use the Options tab in the Database Properties dialog box to view or modify a database's collation, recovery model, and other settings."
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: "08/28/2017" |
| 5 | +ms.date: "08/17/2021" |
6 | 6 | ms.prod: sql
|
7 | 7 | ms.prod_service: "database-engine"
|
8 | 8 | ms.reviewer: ""
|
9 | 9 | ms.technology: configuration
|
10 | 10 | ms.topic: conceptual
|
11 | 11 | f1_keywords:
|
12 | 12 | - "sql13.swb.databaseproperties.options.f1"
|
13 |
| -ms.assetid: a3447987-5507-4630-ac35-58821b72354d |
14 | 13 | author: WilliamDAssafMSFT
|
15 | 14 | ms.author: wiassaf
|
16 | 15 | ---
|
@@ -43,13 +42,13 @@ ms.author: wiassaf
|
43 | 42 | Specify whether to use the incremental option when per partition statistics are created. For information about incremental statistics, see [CREATE STATISTICS (Transact-SQL)](../../t-sql/statements/create-statistics-transact-sql.md).
|
44 | 43 |
|
45 | 44 | **Auto Create Statistics**
|
46 |
| - Specify whether the database automatically creates missing optimization statistics. Possible values are **True** and **False**. When **True**, any missing statistics needed by a query for optimization are automatically built during optimization. For more information, see [CREATE STATISTICS (Transact-SQL)](../../t-sql/statements/create-statistics-transact-sql.md). |
| 45 | + Specify whether the database automatically creates missing optimization statistics. Possible values are **True** and **False**. When **True**, any missing statistics needed by a query for optimization are automatically built during optimization. For more information, see [AUTO_CREATE_STATISTICS](../../t-sql/statements/alter-database-transact-sql-set-options.md#auto_create_statistics). |
47 | 46 |
|
48 | 47 | **Auto Shrink**
|
49 | 48 | Specify whether the database files are available for periodic shrinking. Possible values are **True** and **False**. For more information, see [Shrink a Database](../../relational-databases/databases/shrink-a-database.md).
|
50 | 49 |
|
51 | 50 | **Auto Update Statistics**
|
52 |
| - Specify whether the database automatically updates out-of-date optimization statistics. Possible values are **True** and **False**. When **True**, any out-of-date statistics needed by a query for optimization are automatically built during optimization. For more information, see [CREATE STATISTICS (Transact-SQL)](../../t-sql/statements/create-statistics-transact-sql.md). |
| 51 | + Specify whether the database automatically updates out-of-date optimization statistics. Possible values are **True** and **False**. When **True**, any out-of-date statistics needed by a query for optimization are automatically built during optimization. For more information, see [AUTO_UPDATE_STATISTICS](../../t-sql/statements/alter-database-transact-sql-set-options.md#auto_update_statistics). |
53 | 52 |
|
54 | 53 | **Auto Update Statistics Asynchronously**
|
55 | 54 | When **True**, queries that initiate an automatic update of out-of-date statistics do not wait for the statistics to be updated before compiling. Subsequent queries use the updated statistics when they are available.
|
|
0 commit comments