all groups > sql server new users > march 2005 >
You're in the

sql server new users

group:

why cannot just backup the log


Re: why cannot just backup the log Rohtash Kapoor
3/29/2005 8:13:09 PM
sql server new users:
That's because your database is set to 'Simple' Recovery Model.

To check the recover model of your database, run follwoing in Query
Analyzer:
SELECT DATABASEPROPERTYEX( 'YourDatabaseName' , 'recovery' )

To check the recovery model using Enterprise Manager, right-click your
database and select properties, go to Options Tab and see the Recovery model
list-box.

For more information on recovery models, read the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_bkprst_4l83.asp


---
Rohtash Kapoor
http://www.sqlmantra.com



[quoted text, click to view]

why cannot just backup the log Michael
3/30/2005 11:35:54 AM
When I tried to backup the log of the database, found the option for backup
log is disabled, why this happened?

AddThis Social Bookmark Button