SQL Server Master Database Recovery Model

Overview

This section covers the best recovery model for the master database.

Explanation

The master database ships in simple recovery model, and that is generally acceptable.  Since the data rarely changes and the database is backed up daily, adding point-in-time recovery is not necessary.

Leave a Reply

Your email address will not be published. Required fields are marked *