InterviewSolution
Saved Bookmarks
| 1. |
While trying to take a differential backup of MASTER database, I am getting below error. Differential backup is supported by all recovery model then why it’s failing for MASTER database. Can you explain what can be the reason? |
|
Answer» SQL Server provides the feature of managing jobs from Master \ central server on target servers called multi-server ADMINISTRATION. Jobs and steps information is stored on Master Server. When the jobs COMPLETE on the target servers notification is sent to the master server so this server has the updated information. This is an enterprise level solution where a consistent set of jobs NEED to RUN on numerous SQL Servers. |
|