June 2015
Intermediate to advanced
1800 pages
70h 6m
English
Each database has a recovery model that determines how transactions will be written to the transaction log. The recovery model you choose has a direct impact on your ability to recover from a media failure. These following three recovery models are available with SQL Server 2014:
Full recovery
Bulk-logged
Simple
You set the recovery model via T-SQL or the Database Properties window in SSMS. The following example shows the T-SQL ...
Read now
Unlock full access