We have a production server which has approx. 50 customer production databases running, we are reviewing the recovery models and would like to know what all your recommendations are for what recovery model to use.
I have been doing some research, but it's been mixed responses to which model is best.
The server scenario is;
- Full Server backups are performed once daily (this occurs by the cloud provider)
- All databases currently don't get backed up regularly (as they used too approx. 6 months ago)
- The information/amount of data that is stored on these databases differ between each customer's needs - per database
All of the databases are currently set as SIMPLE recovery model, this was decided when the log files began to grow excessively which started causing HDD issues / limited space and connections to the databases couldn't be made. Since changing to SIMPLE it has stopped the HDD issues but now we have to consider what the recovery of the databases would be if a disaster was to happen.
I look forward to your response/recommendations!
Thank you in advance