Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master Database Can it be backedup as Partial database / Differential #5171

Closed
MuthuramanD opened this issue Jul 14, 2020 · 8 comments
Closed
Assignees
Labels
assigned-to-author doc-bug Feedback about omissions, errors, or confusing or conflicting text in an article. Pri3 sql/prod

Comments

@MuthuramanD
Copy link

This topic has answer in a old MS community thread ( https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4c9308b9-5329-458f-8a69-10eec9ef6824/master-database-differential-backup?forum=sqldisasterrecovery)

However there is no mention on the SQL Quide , can you confirm if this option is allowed else can we have a note added in the guide in this field
Recommended addition of Restriction

@WilliamAntonRohm
Copy link
Contributor

@MuthuramanD -- thank you for your feedback. Please provide the URL to the docs.microsoft.com article you'd like us to update. Meanwhile, consider these resources:

@MuthuramanD
Copy link
Author

@WilliamAntonRohm

Thanks for considering the feedback.

Basically it Applies for all the MSSQL Database Documentation -> here is the below link

https://docs.microsoft.com/en-in/sql/relational-databases/databases/master-database?view=sql-server-ver15

[The master database records all the system-level information for a SQL Server system. This includes instance-wide metadata such as logon accounts, endpoints, linked servers, and system configuration settings

It is by design that SQL Server is designed to allow only FULL backup of the master database, But why? The reason is that to apply partial, or differential backups to a database, the database has to be in No recovery (Recovering) state. However, SQL Server does not allow the master database to be restored without recovery. For this reason, the master database has to be in Recovered state always

Hence it is best to add a caption stating that Under " Master DB can only be backed up as FULL Backup

A place to add this information

https://docs.microsoft.com/en-in/sql/relational-databases/databases/master-database?view=sql-server-ver15

Under Restriction -> the above verbatim can be added.]

Also without realizing I created a duplicate entry of the same query, APologies, please Consolidate them

#5207

@WilliamAntonRohm
Copy link
Contributor

@MuthuramanD -- Muthuraman, thank you for your thorough feedback.

@stevestein -- Steve, please look into this issue (was #5207).

@MuthuramanD
Copy link
Author

Thanks much will keep awaiting for the amends in the document

@MuthuramanD
Copy link
Author

@stevestein @WilliamAntonRohm -> Any ETA I can hold upon as one of a customer had to respond to the client about this behavior for an implementation query Many Thanks

@stevestein
Copy link

@MuthuramanD - thanks for the feedback. I added this item to the list:
image

Thanks!

@MuthuramanD
Copy link
Author

thanks much (Y) @stevestein

@stevestein
Copy link

#please-close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned-to-author doc-bug Feedback about omissions, errors, or confusing or conflicting text in an article. Pri3 sql/prod
Projects
None yet
Development

No branches or pull requests

5 participants