You are viewing a single comment's thread from:

RE: What is Recovery Model in SQL Server

in #sqlrecovery2 years ago

Recovery models are used to determine what data to maintain in the transaction log file, as well as when to keep it.
Recovery models in SQL Server are as follows:
Full
Simple
Bulk-Logged
Each database can only have one recovery model, but each of your databases can have a different recovery model, so you can choose the best solution for each database based on the processing and backup requirements. The only exception is the TempDB database, as it must employ the Simple recovery model.
Also, the database recovery model can be modified at any moment, but this will have an influence on your backup chain, so it's a good idea to perform a full backup after making this change.
The recovery model can be altered using T-SQL or SQL Tools that might save user’s time and efforts.

Coin Marketplace

STEEM 0.17
TRX 0.16
JST 0.029
BTC 60767.58
ETH 2376.67
USDT 1.00
SBD 2.57