Skip to content

Commit f438fef

Browse files
authored
Merge pull request #88624 from jovanpop-msft/patch-115
Added Missing feature check in restore process
2 parents 59e77fa + 63e77e4 commit f438fef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,16 @@ A managed instance places verbose information in error logs. There are many inte
539539

540540
## <a name="Issues"></a> Known issues
541541

542+
### Missing feature check in restore process
543+
544+
**Date:** Sep 2019
545+
546+
`RESTORE` statement and built-in point-in time restore do not perform some nessecary cheks on restored database:
547+
- **DBCC CHECKDB** - `RESTORE` statement don't perform `DBCC CHECKDB` on the restored database. If a original database is corrupted, automatic backups will not be taken and Azure support will contact the customer.
548+
- Built-in Point-in-time restore proces don't check does the automated backup from Business Critical instance contain the [In-memory OLTP objects](sql-database-in-memory.md#in-memory-oltp).
549+
550+
**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 corrutions that could be restored on Managed instance. Make sure that your source database don't contain [In-memory OLTP objects](sql-database-in-memory.md#in-memory-oltp) if you are restoring it on General Purpose tier.
551+
542552
### Resource Governor on Business Critical service tier might need to be reconfigured after failover
543553

544554
**Date:** Sep 2019

0 commit comments

Comments
 (0)