Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3cd41f9

Browse files
authored
Merge pull request #6120 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 2b32cc6 + 85fcbf0 commit 3cd41f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/blob/remote-blob-store-rbs-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ manager: craigg
3737
### Efficient BLOB management
3838
Several RBS features support stored BLOBs management:
3939

40-
- BLOBS are managed with ACID (atomic consistency isolation durable) transactions.
40+
- BLOBS are managed with ACID (atomic, consistent, isolatable, durable) transactions.
4141

4242
- BLOBs are organized into collections.
4343

docs/relational-databases/databases/revert-a-database-to-a-database-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ manager: craigg
3939
### <a name="Restrictions"></a> Limitations and Restrictions
4040
Reverting is unsupported under the following conditions:
4141

42-
- The database must currently have only one database snapshot, to which you plan to revert.
42+
- There are multiple snapshots for the database. For reverting, there must only be one snapshot for the database, to which you plan to revert.
4343

4444
- Any read-only or compressed filegroups exist in the database.
4545

4646
- Any files are now offline but were online when the snapshot was created.
4747

4848
Before reverting a database, consider the following limitations:
4949

50-
- Reverting is not intended for media recovery. . A database snapshot is an incomplete copy of the database files, so if either the database or the database snapshot is corrupted, reverting from a snapshot is likely to be impossible. Furthermore, even when it is possible, reverting in the event of corruption is unlikely to correct the problem. Therefore, taking regular backups and testing your restore plan are essential to protect a database. For more information, see [Back Up and Restore of SQL Server Databases](../../relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md).
50+
- Reverting is not intended for media recovery. A database snapshot is an incomplete copy of the database files, so if either the database or the database snapshot is corrupted, reverting from a snapshot is likely to be impossible. Furthermore, even when it is possible, reverting in the event of corruption is unlikely to correct the problem. Therefore, taking regular backups and testing your restore plan are essential to protect a database. For more information, see [Back Up and Restore of SQL Server Databases](../../relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md).
5151

5252
> [!NOTE]
5353
> If you need to be able to restore the source database to the point in time at which you created a database snapshot, use the full recovery model and implement a backup policy that enables you to do that.

0 commit comments

Comments
 (0)