InterviewSolution
Saved Bookmarks
| 1. |
What is DCM & BCM Page? |
|
Answer» To restore the DIFFERENTIAL BACKUP of any database, DB needs to be in restoring mode which means DB will not accessible. The MASTER database is a STARTUP database for any SQL SERVER instance. SQL instance will be in an offline state if the MASTER database is not accessible. If we combined both STATEMENTS, We can see that differential backup of the MASTER database is unnecessary as we can not restore. That’s why SQL server will not allow you to do take a differential backup of MASTER DB. |
|