Skip to content

Commit 87a7d0b

Browse files
author
Matthew Sebolt
authored
Update restore-a-database-backup-using-ssms.md
1 parent 91b2aac commit 87a7d0b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/relational-databases/backup-restore/restore-a-database-backup-using-ssms.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,27 +102,27 @@ For information on SQL Server restore from the Microsoft Azure Blob storage serv
102102

103103
8. To view or select the advanced options, on the **Options** page, in the **Restore options** panel, you can select any of the following options, if appropriate for your situation:
104104

105-
1. **WITH** options (not required):
105+
1. **WITH** options (not required):
106106

107-
- **Overwrite the existing database (WITH REPLACE)**
107+
- **Overwrite the existing database (WITH REPLACE)**
108108

109-
- **Preserve the replication settings (WITH KEEP_REPLICATION)**
109+
- **Preserve the replication settings (WITH KEEP_REPLICATION)**
110110

111-
- **Restrict access to the restored database (WITH RESTRICTED_USER)**
111+
- **Restrict access to the restored database (WITH RESTRICTED_USER)**
112112

113-
2. Select an option for the **Recovery state** box. This box determines the state of the database after the restore operation.
113+
2. Select an option for the **Recovery state** box. This box determines the state of the database after the restore operation.
114114

115-
- **RESTORE WITH RECOVERY** is the default behavior which leaves the database ready for use by rolling back the uncommitted transactions. Additional transaction logs cannot be restored. Select this option if you are restoring all of the necessary backups now.
115+
- **RESTORE WITH RECOVERY** is the default behavior which leaves the database ready for use by rolling back the uncommitted transactions. Additional transaction logs cannot be restored. Select this option if you are restoring all of the necessary backups now.
116116

117-
- **RESTORE WITH NORECOVERY** which leaves the database non-operational, and does not roll back the uncommitted transactions. Additional transaction logs can be restored. The database cannot be used until it is recovered.
117+
- **RESTORE WITH NORECOVERY** which leaves the database non-operational, and does not roll back the uncommitted transactions. Additional transaction logs can be restored. The database cannot be used until it is recovered.
118118

119-
- **RESTORE WITH STANDBY** which leaves the database in read-only mode. It undoes uncommitted transactions, but saves the undo actions in a standby file so that recovery effects can be reverted.
119+
- **RESTORE WITH STANDBY** which leaves the database in read-only mode. It undoes uncommitted transactions, but saves the undo actions in a standby file so that recovery effects can be reverted.
120120

121-
3. **Take tail-log backup before restore.** Not all restore scenarios require a tail-log backup. For more information, see **Scenarios That Require a Tail-Log Backup** from [Tail-Log Backups (SQL Server).](../../relational-databases/backup-restore/tail-log-backups-sql-server.md)
121+
3. **Take tail-log backup before restore.** Not all restore scenarios require a tail-log backup. For more information, see **Scenarios That Require a Tail-Log Backup** from [Tail-Log Backups (SQL Server).](../../relational-databases/backup-restore/tail-log-backups-sql-server.md)
122122

123-
4. Restore operations may fail if there are active connections to the database. Check the **Close existing connections option** to ensure that all active connections between [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)] and the database are closed. This check box sets the database to single user mode before performing the restore operations, and sets the database to multi-user mode when complete.
123+
4. Restore operations may fail if there are active connections to the database. Check the **Close existing connections option** to ensure that all active connections between [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)] and the database are closed. This check box sets the database to single user mode before performing the restore operations, and sets the database to multi-user mode when complete.
124124

125-
5. Select **Prompt before restoring each backup** if you wish to be prompted between each restore operation. This is not usually necessary unless the database is large and you wish to monitor the status of the restore operation.
125+
5. Select **Prompt before restoring each backup** if you wish to be prompted between each restore operation. This is not usually necessary unless the database is large and you wish to monitor the status of the restore operation.
126126

127127
For more information about these restore options, see [Restore Database (Options Page)](../../relational-databases/backup-restore/restore-database-options-page.md).
128128

0 commit comments

Comments
 (0)