Skip to content

Commit 43f91b8

Browse files
authored
Update alter-database-transact-sql.md
Removed the part on serverless support for | AUTO_UPDATE_STATISTICS { ON | OFF } | AUTO_UPDATE_STATISTICS_ASYNC { ON | OFF }
1 parent 2fe9b94 commit 43f91b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,6 @@ ALTER DATABASE { database_name | Current }
934934
<auto_option> ::=
935935
{
936936
AUTO_CREATE_STATISTICS { OFF | ON [ ( INCREMENTAL = { ON | OFF } ) ] }
937-
| AUTO_UPDATE_STATISTICS { ON | OFF }
938-
| AUTO_UPDATE_STATISTICS_ASYNC { ON | OFF }
939937
}
940938
941939
<sql_option> ::=

0 commit comments

Comments
 (0)