The Recovery model basically tells SQL Server what data should be kept in the transaction log file and for how long. The database can have only one recovery model.
This also tells SQL server that which backup is possible in a particular recovery model selected. There are three types of recovery model:
Full
Simple
Bulk-Logged
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The Recovery model basically tells SQL Server what data should be kept in the transaction log file and for how long. The database can have only one recovery model.
This also tells SQL server that which backup is possible in a particular recovery model selected. There are three types of recovery model: