Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit da380ca

Browse files
authored
Fix incorrect formatting on several custom blocks
- Fix formatting on IMPORTANT blocks. - Fix formatting on NOTE blocks.
1 parent 43b9251 commit da380ca

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.custom: "seo-lt-2019"
3131

3232
To discover what is preventing log truncation in a given case, use the **log_reuse_wait** and **log_reuse_wait_desc** columns of the **sys.database** catalog view. For more information, see [sys.databases (Transact-SQL)](../../relational-databases/system-catalog-views/sys-databases-transact-sql.md). For descriptions of factors that can delay log truncation, see [The Transaction Log (SQL Server)](../../relational-databases/logs/the-transaction-log-sql-server.md).
3333

34-
> **IMPORTANT!!**
34+
> [!IMPORTANT]
3535
> If the database was in recovery when the 9002 error occurred, after resolving the problem, recover the database by using [ALTER DATABASE *database_name* SET ONLINE.](../../t-sql/statements/alter-database-transact-sql-set-options.md)
3636
3737
Alternatives for responding to a full transaction log include:
@@ -55,8 +55,8 @@ ms.custom: "seo-lt-2019"
5555

5656
**To create a transaction log backup**
5757

58-
> **IMPORTANT**
59-
> If the database is damaged, see [Tail-Log Backups (SQL Server)](../../relational-databases/backup-restore/tail-log-backups-sql-server.md).
58+
> [!IMPORTANT]
59+
> If the database is damaged, see [Tail-Log Backups (SQL Server)](../../relational-databases/backup-restore/tail-log-backups-sql-server.md).
6060
6161
- [Back Up a Transaction Log (SQL Server)](../../relational-databases/backup-restore/back-up-a-transaction-log-sql-server.md)
6262

@@ -68,7 +68,8 @@ ms.custom: "seo-lt-2019"
6868
### Move the log file to a different disk
6969
If you cannot free enough disk space on the drive that currently contains the log file, consider moving the file to another drive with sufficient space.
7070

71-
> **IMPORTANT!!** Log files should never be placed on compressed file systems.
71+
> [!IMPORTANT]
72+
> Log files should never be placed on compressed file systems.
7273
7374
**Move a log file**
7475

@@ -85,7 +86,8 @@ ms.custom: "seo-lt-2019"
8586

8687
- Turn on autogrow by using the ALTER DATABASE statement to set a non-zero growth increment for the FILEGROWTH option.
8788

88-
> **NOTE** In either case, if the current size limit has been reached, increase the MAXSIZE value.
89+
> [!NOTE]
90+
> In either case, if the current size limit has been reached, increase the MAXSIZE value.
8991
9092
### Add a log file on a different disk
9193
Add a new log file to the database on a different disk that has sufficient space by using ALTER DATABASE <database_name> ADD LOG FILE.

0 commit comments

Comments
 (0)