Skip to content

Commit 8366b85

Browse files
authored
Pencil edits - Acrolinx
1 parent 7de527f commit 8366b85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-sql/managed-instance/link-feature-best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To minimize the risk of running out of space on your primary instance due to log
3030

3131
You can use a Transact-SQL (T-SQL) script to back up the log file, such as the sample provided in this section. Replace the placeholders in the sample script with name of your database, name and path of the backup file, and the description.
3232

33-
To backup your transaction log, use the following sample Transact-SQL (T-SQL) script:
33+
To back up your transaction log, use the following sample Transact-SQL (T-SQL) script:
3434

3535
```sql
3636

@@ -62,11 +62,11 @@ The query output looks like the following example below for sample database **tp
6262

6363
:::image type="content" source="./media/link-feature-best-practices/database-log-file-size.png" alt-text="Screenshot with results of the command showing log file size and space used":::
6464

65-
In this example, the database has used 76% of the available log, with an absolute log file size of approximately 27 GB (27,971 MB). The thresholds for action may vary based on your workload, but its typically an indication that you should take a log backup to truncate log file and free up some space.
65+
In this example, the database has used 76% of the available log, with an absolute log file size of approximately 27 GB (27,971 MB). The thresholds for action may vary based on your workload, but it's typically an indication that you should take a log backup to truncate log file and free up some space.
6666

67-
## Add start up trace flags
67+
## Add startup trace flags
6868

69-
There are two trace flags (`-T1800` and `-T9567`) that, when added as start up parameters, can optimize the performance of data replication through the link. See [Enable start up trace flags](managed-instance-link-preparation.md#enable-startup-trace-flags) to learn more.
69+
There are two trace flags (`-T1800` and `-T9567`) that, when added as start up parameters, can optimize the performance of data replication through the link. See [Enable startup trace flags](managed-instance-link-preparation.md#enable-startup-trace-flags) to learn more.
7070

7171
## Next steps
7272

0 commit comments

Comments
 (0)