Skip to content

Commit 828c9e5

Browse files
authored
Merge pull request #17922 from MicrosoftDocs/MashaMSFT-patch-1
Update alter-database-transact-sql-set-options.md
2 parents 0731968 + d529809 commit 828c9e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Select one of the following tabs for the syntax, arguments, remarks, permissions
4040

4141
For more information about the syntax conventions, see [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
4242

43+
> [!NOTE]
44+
> Setting some options with ALTER DATABASE may require exclusive database access. If the ALTER DATABASE statement does not complete in a timely manner, check to see if other sessions within the database are blocking the ALTER DATABASE session.
45+
4346
## Select a product
4447

4548
In the following row, select whichever product name you're interested in. Doing that displays different content here on this webpage, appropriate for whichever product you select.
@@ -3401,4 +3404,4 @@ SET READ_COMMITTED_SNAPSHOT ON
34013404
- [Designing tables in Azure Synapse Analytics](/azure/sql-data-warehouse/sql-data-warehouse-tables-overview#statistics)
34023405
- [Azure Synapse Analytics language elements](/azure/sql-data-warehouse/sql-data-warehouse-reference-tsql-language-elements)
34033406

3404-
::: moniker-end
3407+
::: moniker-end

0 commit comments

Comments
 (0)