There are many people that setup SQL Server databases, and set up full backups, expecting that this will manage space. The default recovery model of full means that their transaction logs often grow to fill the disk. Setting this to simple would prevent countless service interruptions from people that do not understand the models.Those that do would easily be able to set the model to full.
Category
Proposed Solution
Benefits
Other Benefits
Please wait...