Skip to content

Commit 6ed63ec

Browse files
sqlwriter logging : minor formatting updates and corrections
1 parent 7bc6493 commit 6ed63ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/backup-restore/sql-server-vss-writer-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Sqllib error: Database db_on_G_and_H of SQL Server instance GF19 is stored on m
202202
```
203203
The event provides a full user-friendly formatted message explaining the situation.
204204

205-
The OS VSS framework will also report the issue in Event Logs, using its nomenclature (VSS manages ‘components,’ which in context of SQL Server is ‘databases’).
205+
The OS VSS framework will also report the issue in Event Logs, using its nomenclature (VSS manages ‘components,’ which in context of SQL Server are ‘databases’).
206206

207207
``` txt
208208
Log Name: Application
@@ -266,7 +266,7 @@ Duplicating the `SqlWriterConfig.ini` file comments here:
266266
Any change to the settings requires a restart of SQL Writer service to activate.
267267

268268
> [!TIP]
269-
>Restarting SQL Writer is extremely fast and can be done at will as SQL Writer doesn’t have any activity and doesn’t retain any stateful information in-between VSS calls. The only precaution is to avoid a restart while a VSS operation (backup, restore) is taking place.
269+
>Restarting SQL Writer is extremely fast and can be done at will as SQL Writer doesn’t retain any stateful information nor has any activity in-between VSS calls. The only precaution is to avoid a restart while a VSS operation (backup, restore) is taking place.
270270
271271
SQL Writer will report active parameters in its log file upon (re)start, as can be seen in [Service Start](#service-start) sample extract.
272272

0 commit comments

Comments
 (0)