Recovery Models in SQL Server

Goal:
Know all available recovery models in SQL Server. This will build the foundation for our backup/restore skill.


There are 3 recovery models in SQL Server: simple, bulk logged, and full.

We'll cover each recovery model later.

Credits:
http://msdn.microsoft.com/en-us/library/ms189275.aspx

Comments

Popular posts from this blog

XPath Expression Part I

XQuery: Aggregration With Multiple Levels

Help for Beginners: Install SQL Server 2012 and AdventureWorks Sample Database