Skip to content

Commit 0a736aa

Browse files
authored
Update sql-server-vss-writer-backup-guide.md
resolved line blocker
1 parent 7af66da commit 0a736aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Service should then be started by selecting the "Start" button under the "Servic
7979
## Features Supported by SQL Writer
8080

8181
- **Fulltext**: The SQL writer reports fulltext catalog containers with recursive file specifications under the database components in the writer's metadata document. They are automatically included in the backup when the database component is selected
82-
- **Differential backup and restore**: The SQL writer supports differential `backup and restore through two VSS differential mechanisms: Partial File and Differenced File by Last Modify Time.
82+
- **Differential backup and restore**: The SQL writer supports differential backup and restore through two VSS differential mechanisms: Partial File and Differenced File by Last Modify Time.
8383
- **Partial File**: The SQL writer uses the VSS Partial File mechanism for reporting changed byte ranges within its database files.
8484
- **Differenced File by Last Modify Time**: The SQL writer uses the VSS Differenced File by Last Modify Time mechanism for reporting changed files in fulltext catalogs.
8585
- **Restore with Move**: The SQL writer supports VSSs New Target specification during restore. VSSs New Target specification allows for a database/log file or fulltext catalog container to be relocated as part of the Restore operation.
@@ -482,7 +482,7 @@ During the post restore events, the SQL writer will perform the normal redo oper
482482

483483
## Differential Backup and Restore for Full-Text Catalogs
484484

485-
SQL Server full-text catalogs are part of the database resources that need to be backed up or restored together with the rest of the database files. A differential backup is timestamp-based for full-text catalog. The SQL Server VSS differential `backup and restore has a single base backup. In other words, there will not be different bases for different containers. For VSS full-text catalog backup, this means for all full-text catalog containers, the differential backup will be single-timestamp based, unlike the case of native SQL differential backup, in which there is one timestamp base per full-text catalog container.
485+
SQL Server full-text catalogs are part of the database resources that need to be backed up or restored together with the rest of the database files. A differential backup is timestamp-based for full-text catalog. The SQL Server VSS differential backup and restore has a single base backup. In other words, there will not be different bases for different containers. For VSS full-text catalog backup, this means for all full-text catalog containers, the differential backup will be single-timestamp based, unlike the case of native SQL differential backup, in which there is one timestamp base per full-text catalog container.
486486

487487
In VSS, this timestamp is expressed as a component-wide property that is set during the full backup, and used during a subsequent differential backup.
488488

0 commit comments

Comments
 (0)