Skip to content

Commit fe59825

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx fixes
1 parent 90b4b46 commit fe59825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/errors-events/mssqlserver-701-database-engine-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following sections describe more detailed steps for each scenario - external
112112
- Review the System Event log and look for memory related errors (for example, low virtual memory).
113113
- Review the Application Event log for application-related memory issues.
114114

115-
Here is a sample PowerShell script to query the System and Applicaiton Event logs for the keyword "memory". Feel free to use other strings like "resource" for your search:
115+
Here is a sample PowerShell script to query the System and Application Event logs for the keyword "memory". Feel free to use other strings like "resource" for your search:
116116

117117
```PowerShell
118118
Get-EventLog System -ComputerName "$env:COMPUTERNAME" -Message "*memory*"

docs/relational-databases/sql-server-transaction-log-architecture-and-management-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To restore a database up to the point of failure, the log chain must be intact.
227227

228228
### Restore log backups
229229

230-
Restoring a log backup rolls forward the changes that were recorded in the transaction log to recreate the exact state of the database at the time the log backup operation started. When you restore a database, you'll have to restore the log backups that were created after the full database backup that you restore, or from the start of the first file backup that you restore. Typically, after you restore the most recent data or differential backup, you must restore a series of log backups until you reach your recovery point. Then, you recover the database. This rolls back all transactions that were incomplete when the recovery started and brings the database online. After the database has been recovered, you can't restore anymore backups. For more information, see [Apply Transaction Log Backups (SQL Server)](backup-restore/apply-transaction-log-backups-sql-server.md).
230+
Restoring a log backup rolls forward the changes that were recorded in the transaction log to recreate the exact state of the database at the time the log backup operation started. When you restore a database, you'll have to restore the log backups that were created after the full database backup that you restore, or from the start of the first file backup that you restore. Typically, after you restore the most recent data or differential backup, you must restore a series of log backups until you reach your recovery point. Then, you recover the database. This rolls back all transactions that were incomplete when the recovery started and brings the database online. After the database has been recovered, you can't restore any more backups. For more information, see [Apply Transaction Log Backups (SQL Server)](backup-restore/apply-transaction-log-backups-sql-server.md).
231231

232232
## Checkpoints and the active portion of the log
233233

0 commit comments

Comments
 (0)