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

Fun with NULL

Transforms Rows Into XML Elements: FOR XML AUTO