SQL Server 2005 Books Online (November 2008)
How to: View or Change the Recovery Model of a Database (SQL Server Management Studio)
This topic explains how to view or change the recovery model of a database.
To view or change the recovery model of a database
-
After connecting to the appropriate instance of the Microsoft SQL Server Database Engine, in Object Explorer, click the server name to expand the server tree.
-
Expand Databases, and, depending on the database, either select a user database or expand System Databases and select a system database.
-
Right-click the database, and then click Properties, which opens the Database Properties dialog box.
-
In the Select a Page pane, click Options.
-
The current recovery model is displayed in the Recovery model list box.
-
Optionally, to change the recovery model select a different model list. The choices are Full, Bulk-logged, or Simple.
Concepts
Overview of the Recovery Models
Other Resources
SQL Server Management Studio Tutorial
Help and Information
Getting SQL Server 2005 Assistance