Skip to content

Commit 703d8f4

Browse files
Removed restore validation known issue
1 parent ffb91bd commit 703d8f4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

articles/sql-database/sql-database-managed-instance-transact-sql-information.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -562,16 +562,6 @@ Restore process will block these operations on the Managed instances and instanc
562562

563563
**Workaround**: Wait until the restore process finishes, or cancel the restore process if creation or update service-tier operation has higher priority.
564564

565-
### Missing validations in restore process
566-
567-
**Date:** Sep 2019
568-
569-
`RESTORE` statement and built-in point-in time restore do not perform some nessecary checks on restored database:
570-
- **DBCC CHECKDB** - `RESTORE` statement don't perform `DBCC CHECKDB` on the restored database. If an original database is corrupted, or backup file is corrupted while it is copied to Azure blob Storage, automatic backups will not be taken and Azure support will contact the customer.
571-
- Built-in Point-in-time restore process doesn't check does the automated backup from Business Critical instance contain the [In-memory OLTP objects](sql-database-in-memory.md#in-memory-oltp).
572-
573-
**Workaround**: Make sure that you are executing `DBCC CHECKDB` on the source database before taking a backup, and using `WITH CHECKSUM` option in backup to avoid potential corruptions that could be restored on Managed instance. Make sure that your source database doesn't contain [In-memory OLTP objects](sql-database-in-memory.md#in-memory-oltp) if you are restoring it on General Purpose tier.
574-
575565
### Resource Governor on Business Critical service tier might need to be reconfigured after failover
576566

577567
**Date:** Sep 2019

0 commit comments

Comments
 (0)